What | Removed | Added |
---|---|---|
Flags | needinfo? |
(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 ...