[Bug tree-optimization/89748] missing _FORTIFY_SOURCE protection due to stpcpy folding

2022-01-04 Thread siddhesh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89748 Siddhesh Poyarekar changed: What|Removed |Added CC||siddhesh at gcc dot gnu.org

[Bug tree-optimization/89748] missing _FORTIFY_SOURCE protection due to stpcpy folding

2019-03-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89748 Jakub Jelinek changed: What|Removed |Added CC||carlos at redhat dot com,

[Bug tree-optimization/89748] missing _FORTIFY_SOURCE protection due to stpcpy folding

2019-03-17 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89748 --- Comment #1 from Andrew Pinski --- Isn't the bug is that glibc does not include a fortified version of stpcpy?