[INN-COMMITTERS] inn/lib (7 files)
Russ Allbery
rra at stanford.edu
Fri Jun 29 21:07:38 UTC 2001
Date: Friday, June 29, 2001 @ 14:07:38
Author: rra
Update of /dist1/cvs/isc/inn/inn/lib
from pub3.rc.vix.com:/tmp/cvs-serv25399
Modified: clientactive.c defdist.c getmodaddr.c grpalias.c inndcomm.c
remopen.c sendpass.c
Use concatpath rather than cpcatpath (which means that we're also now using
dynamically allocated memory rather than a static buffer size). In some
cases, this requires an additional free of the path after using it. None
of these spots were security-relevant, since the arguments to cpcatpath
were inn.conf data and compile-time constants, but this method is still
more robust.
More information about the inn-committers
mailing list