[Bug c++/90010] [8/9 Regression] valgrind error with snprintf and -Wall

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 9 12:39:00 GMT 2019


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90010

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|ice-on-valid-code           |diagnostic

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Not an ICE actually, just printing random bytes (1/2/3 at most) at the end of
the %qs string instead of the bytes that should be there.


More information about the Gcc-bugs mailing list