Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/amd/pawd pull up rev 1.1.1.3 from trunk (reque...



details:   https://anonhg.NetBSD.org/src/rev/5c1de52fce10
branches:  netbsd-1-4
changeset: 469456:5c1de52fce10
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue Sep 21 04:58:45 1999 +0000

description:
pull up rev 1.1.1.3 from trunk (requested by christos):
  Upgrade amd(8) and related software to fix expoitable stack overflows
  in amq(8), as reported in BUGTRAQ and elsewhere.

diffstat:

 usr.sbin/amd/pawd/pawd.c |  14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diffs (35 lines):

diff -r 643c4add1297 -r 5c1de52fce10 usr.sbin/amd/pawd/pawd.c
--- a/usr.sbin/amd/pawd/pawd.c  Tue Sep 21 04:58:40 1999 +0000
+++ b/usr.sbin/amd/pawd/pawd.c  Tue Sep 21 04:58:45 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pawd.c,v 1.1.1.2 1999/02/01 18:46:57 christos Exp $    */
+/*     $NetBSD: pawd.c,v 1.1.1.2.2.1 1999/09/21 04:58:45 cgd Exp $     */
 
 /*
  * Copyright (c) 1997-1999 Erez Zadok
@@ -40,7 +40,7 @@
  *
  *      %W% (Berkeley) %G%
  *
- * Id: pawd.c,v 1.3 1999/01/10 21:54:00 ezk Exp 
+ * Id: pawd.c,v 1.4 1999/02/04 07:24:20 ezk Exp 
  *
  */
 
@@ -60,16 +60,6 @@
 #include <am_defs.h>
 #include <amq.h>
 
-/* dummy variables */
-#if 0
-char *progname;
-char hostname[MAXHOSTNAMELEN];
-pid_t mypid;
-serv_state amd_state;
-int foreground, orig_umask;
-int debug_flags;
-#endif
-
 /* statics */
 static char *localhost="localhost";
 static char newdir[MAXPATHLEN];



Home | Main Index | Thread Index | Old Index