[Bug c/67611] strcpy BUG
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Sep 17 14:13:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67611
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Read the frabjous manual:
http://man7.org/linux/man-pages/man3/strcpy.3.html
The strings may not overlap, and the destination string dest must be
large enough to receive the copy. Beware of buffer overruns! (See
BUGS.)
More information about the Gcc-bugs
mailing list