[INN-COMMITTERS] inn/frontends (9 files)
Russ Allbery
Russ_Allbery at isc.org
Sun Aug 11 19:52:21 UTC 2002
Date: Sunday, August 11, 2002 @ 12:52:20
Author: rra
Path: /dist1/cvs/isc/inn/inn/frontends
Modified: ctlinnd.c feedone.c inews.c innconfval.c ovdb_init.c
ovdb_monitor.c ovdb_server.c ovdb_stat.c rnews.c
Replace non-obvious calls to sprintf where the buffer size is available
with calls to snprintf. Also replace some calls to sprintf with calls to
concat, concatpath, or snprintf where possible. Based on work by Bear
Giles.
Eliminate the remaining warnings that are easily fixable.
----------------+
ctlinnd.c | 4 +-
feedone.c | 22 +++++++-----
inews.c | 77 +++++++++++++++++++-----------------------
innconfval.c | 4 +-
ovdb_init.c | 92 +++++++++++++++++++++++++++++++-------------------
ovdb_monitor.c | 21 +++++++----
ovdb_server.c | 35 +++++++++----------
ovdb_stat.c | 100 ++++++++++++++++++++++++++++++-------------------------
rnews.c | 30 ++++++++--------
9 files changed, 211 insertions(+), 174 deletions(-)
More information about the inn-committers
mailing list