Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/lib/libc



Module Name:    basesrc
Committed By:   itojun
Date:           Sun Nov 17 20:49:34 UTC 2002

Modified Files:
        basesrc/lib/libc/gen: __glob13.c getcwd.c utmp.c utmpx.c
        basesrc/lib/libc/net: inet_net_ntop.c inet_ntoa.c rcmd.c res_send.c

Log Message:
make sure to bound string operation by strlcpy
(there are bunch of "strcpy is safe" comments, i think we should change them
to strlcpy as much as possible)


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 basesrc/lib/libc/gen/__glob13.c
cvs rdiff -r1.27 -r1.28 basesrc/lib/libc/gen/getcwd.c
cvs rdiff -r1.4 -r1.5 basesrc/lib/libc/gen/utmp.c
cvs rdiff -r1.14 -r1.15 basesrc/lib/libc/gen/utmpx.c
cvs rdiff -r1.18 -r1.19 basesrc/lib/libc/net/inet_net_ntop.c
cvs rdiff -r1.9 -r1.10 basesrc/lib/libc/net/inet_ntoa.c
cvs rdiff -r1.50 -r1.51 basesrc/lib/libc/net/rcmd.c
cvs rdiff -r1.35 -r1.36 basesrc/lib/libc/net/res_send.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index