CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/09/25 15:49:32
Modified files:
lib/libc/string: memccpy.3 stpcpy.3 strcpy.3 strlcpy.3 wcscpy.3
wcslcpy.3
Log message:
According to POSIX, if the src and dst strings overlap, the behavior
is undefined. Add a warning to that effect. OK deraadt@ jmc@
