Richard Biener changed bug 1214249
What Removed Added
Flags needinfo?  

Comment # 11 on bug 1214249 from Richard Biener
(In reply to Jiri Slaby from comment #10)
> What about https://build.opensuse.org/request/show/1104626 ?

I can see how this avoids triggering the fortification check when it will
turn out harmless.  Of course the underlying problem is still present.

Note doing strlcpy (dest, src, strlen (src)) is effectively making the
use of strlcpy pointless, so a more honest patch would have replaced it
with strcpy (dest, src) instead ...


You are receiving this mail because: