Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 1998 23:18:35 -0700 (PDT)
From:      Philippe Charnier <charnier@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.bin/rdist docmd.c expand.c gram.y lookup.c main.c rdist.1 rshrcmd.c server.c
Message-ID:  <199804060618.XAA06322@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
charnier    1998/04/05 23:18:34 PDT

  Modified files:
    usr.bin/rdist        docmd.c expand.c gram.y lookup.c main.c 
                         rdist.1 rshrcmd.c server.c 
  Log:
  Prevent rdist from dumping core: do not free() pointer before using it.
  Add rcsid. Document -D flag (debug mode). Remove unused includes.
  PR:bin/3158 (part 1)
  
  Revision  Changes    Path
  1.11      +9 -4      src/usr.bin/rdist/docmd.c
  1.6       +4 -0      src/usr.bin/rdist/expand.c
  1.5       +4 -0      src/usr.bin/rdist/gram.y
  1.4       +4 -0      src/usr.bin/rdist/lookup.c
  1.4       +1 -4      src/usr.bin/rdist/main.c
  1.9       +4 -2      src/usr.bin/rdist/rdist.1
  1.5       +3 -8      src/usr.bin/rdist/rshrcmd.c
  1.7       +5 -1      src/usr.bin/rdist/server.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804060618.XAA06322>