[INN-COMMITTERS] inn/lib (setenv.c)
Russ Allbery
Russ_Allbery at isc.org
Mon Mar 8 20:41:13 UTC 2004
Date: Monday, March 8, 2004 @ 20:41:13
Author: rra
Path: /proj/cvs/isc/inn/inn/lib
Modified: setenv.c
Use strlcpy and strlcat instead of strcpy and strcat. The latter was fully
safe, but this way it doesn't turn up false positives when searching for
uses of strcpy and strcat to get rid of.
----------+
setenv.c | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
More information about the inn-committers
mailing list