[INN-COMMITTERS] inn/expire (7 files)

Russ Allbery Russ_Allbery at isc.org
Sun Aug 11 19:07:15 UTC 2002


    Date: Sunday, August 11, 2002 @ 12:07:14
  Author: rra
    Path: /dist1/cvs/isc/inn/inn/expire

Modified: expire.c expireover.c fastrm.c grephistory.c makedbz.c
          makehistory.c prunehistory.c

Replace calls to sprintf with concat or snprintf as appropriate, and use
strncpy instead of strcpy in a few places.  Based on work by Bear Giles.
Also get rid of the remaining warnings that can be easily resolved.


----------------+
 expire.c       |   22 ++++++++++------------
 expireover.c   |    4 ++--
 fastrm.c       |   33 ++++++++++++++++++++++-----------
 grephistory.c  |   10 ++++------
 makedbz.c      |   12 ++++++------
 makehistory.c  |   49 +++++++++++++++++++++++++------------------------
 prunehistory.c |    6 +++---
 7 files changed, 72 insertions(+), 64 deletions(-)


More information about the inn-committers mailing list