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/fixmount pull up rev 1.7 from trunk (reque...



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

description:
pull up rev 1.7 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/fixmount/fixmount.c |  13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diffs (34 lines):

diff -r 76e7b329ee4e -r 5a8974f8dc6d usr.sbin/amd/fixmount/fixmount.c
--- a/usr.sbin/amd/fixmount/fixmount.c  Tue Sep 21 04:56:43 1999 +0000
+++ b/usr.sbin/amd/fixmount/fixmount.c  Tue Sep 21 04:57:11 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fixmount.c,v 1.6 1999/02/01 19:05:12 christos Exp $    */
+/*     $NetBSD: fixmount.c,v 1.6.2.1 1999/09/21 04:57:11 cgd Exp $     */
 
 /*
  * Copyright (c) 1997-1999 Erez Zadok
@@ -40,7 +40,7 @@
  *
  *      %W% (Berkeley) %G%
  *
- * Id: fixmount.c,v 1.3 1999/01/10 21:54:26 ezk Exp 
+ * Id: fixmount.c,v 1.4 1999/02/04 07:24:42 ezk Exp 
  *
  */
 
@@ -88,15 +88,6 @@
 void print_dump(mountlist);
 void usage(void);
 
-/* dummy variables */
-#if 0
-char *progname;
-char hostname[MAXHOSTNAMELEN];
-pid_t mypid;
-serv_state amd_state;
-int foreground, orig_umask;
-int debug_flags;
-#endif
 
 void
 usage(void)



Home | Main Index | Thread Index | Old Index