[INN-COMMITTERS] inn (28 files)

Russ Allbery Russ_Allbery at isc.org
Sun Jan 19 19:58:27 UTC 2003


    Date: Sunday, January 19, 2003 @ 11:58:25
  Author: rra
    Path: /dist1/cvs/isc/inn/inn

Modified: authprogs/radius.c authprogs/smbval/smblib.c backends/innxmit.c
          expire/fastrm.c frontends/ctlinnd.c frontends/inews.c
          frontends/ovdb_server.c innd/art.c innd/inndstart.c innd/lc.c
          innd/python.c innd/rc.c innd/status.c innfeed/host.c
          innfeed/innlistener.c innfeed/main.c lib/clientlib.c
          lib/getfqdn.c lib/getmodaddr.c lib/localopen.c lib/vector.c
          nnrpd/article.c nnrpd/newnews.c nnrpd/nnrpd.c nnrpd/perm.c
          storage/cnfs/cnfs.c storage/ovdb/ovdb.c
          storage/tradindexed/tdx-data.c

Use strlcpy and strlcat instead of strcpy and strcat everywhere that it's
feasible.


--------------------------------+
 authprogs/radius.c             |   11 ++++++-----
 authprogs/smbval/smblib.c      |   20 ++++++++++----------
 backends/innxmit.c             |   12 +++++++-----
 expire/fastrm.c                |   17 +++++++++--------
 frontends/ctlinnd.c            |   10 ++++++----
 frontends/inews.c              |   14 ++++++++------
 frontends/ovdb_server.c        |    2 +-
 innd/art.c                     |    6 +++---
 innd/inndstart.c               |    6 +++---
 innd/lc.c                      |    4 ++--
 innd/python.c                  |   18 +++++++++---------
 innd/rc.c                      |    7 ++++---
 innd/status.c                  |   18 ++++++++++--------
 innfeed/host.c                 |    6 +++---
 innfeed/innlistener.c          |    4 ++--
 innfeed/main.c                 |    5 ++---
 lib/clientlib.c                |    4 ++--
 lib/getfqdn.c                  |   18 +++++++++++-------
 lib/getmodaddr.c               |    4 ++--
 lib/localopen.c                |    8 ++++----
 lib/vector.c                   |   22 +++++++++++-----------
 nnrpd/article.c                |    4 ++--
 nnrpd/newnews.c                |    4 ++--
 nnrpd/nnrpd.c                  |   17 +++++++++--------
 nnrpd/perm.c                   |   20 +++++++++++---------
 storage/cnfs/cnfs.c            |   11 ++++++-----
 storage/ovdb/ovdb.c            |    2 +-
 storage/tradindexed/tdx-data.c |    7 +++----
 28 files changed, 149 insertions(+), 132 deletions(-)


More information about the inn-committers mailing list