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/fsinfo pull up rev 1.11 from trunk (reques...



details:   https://anonhg.NetBSD.org/src/rev/626d17eeb027
branches:  netbsd-1-4
changeset: 469444:626d17eeb027
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue Sep 21 04:57:21 1999 +0000

description:
pull up rev 1.11 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/fsinfo/fsinfo.c |  12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diffs (33 lines):

diff -r 7ad1ae84f8d3 -r 626d17eeb027 usr.sbin/amd/fsinfo/fsinfo.c
--- a/usr.sbin/amd/fsinfo/fsinfo.c      Tue Sep 21 04:57:16 1999 +0000
+++ b/usr.sbin/amd/fsinfo/fsinfo.c      Tue Sep 21 04:57:21 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fsinfo.c,v 1.10 1999/02/01 19:05:12 christos Exp $     */
+/*     $NetBSD: fsinfo.c,v 1.10.2.1 1999/09/21 04:57:21 cgd Exp $      */
 
 /*
  * Copyright (c) 1997-1999 Erez Zadok
@@ -40,7 +40,7 @@
  *
  *      %W% (Berkeley) %G%
  *
- * Id: fsinfo.c,v 1.3 1999/01/10 21:54:29 ezk Exp 
+ * Id: fsinfo.c,v 1.4 1999/02/04 07:24:44 ezk Exp 
  *
  */
 
@@ -81,14 +81,6 @@
 char *fstab_pref;
 char *mount_pref;
 
-/* dummy variables */
-#if 0
-pid_t mypid;
-serv_state amd_state;
-int foreground, orig_umask;
-int debug_flags;
-#endif
-
 
 /*
  * Argument cracking...



Home | Main Index | Thread Index | Old Index