[Bug c/34710] FORTIFY_SOURCE matches to many patterns

jakub at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jan 8 09:47:00 GMT 2008



------- Comment #4 from jakub at gcc dot gnu dot org  2008-01-08 08:49 -------
The easiest fix is to use (p.fprintf)(&p, "%i", 123); instead of
p.fprintf(&p, "%i", 123); whenever using some identifier which POSIX allows to
be defined as function-like macro, BTW.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34710



More information about the Gcc-bugs mailing list