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



details:   https://anonhg.NetBSD.org/src/rev/291ab0b7f118
branches:  netbsd-1-4
changeset: 469429:291ab0b7f118
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue Sep 21 04:55:15 1999 +0000

description:
pull up rev 1.1.1.2 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/amd/info_hesiod.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 9044e10038a3 -r 291ab0b7f118 usr.sbin/amd/amd/info_hesiod.c
--- a/usr.sbin/amd/amd/info_hesiod.c    Tue Sep 21 04:55:10 1999 +0000
+++ b/usr.sbin/amd/amd/info_hesiod.c    Tue Sep 21 04:55:15 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: info_hesiod.c,v 1.1.1.1 1999/02/01 18:46:09 christos Exp $     */
+/*     $NetBSD: info_hesiod.c,v 1.1.1.1.2.1 1999/09/21 04:55:15 cgd Exp $      */
 
 /*
  * Copyright (c) 1997-1999 Erez Zadok
@@ -40,7 +40,7 @@
  *
  *      %W% (Berkeley) %G%
  *
- * Id: info_hesiod.c,v 1.4 1999/01/13 23:30:58 ezk Exp 
+ * Id: info_hesiod.c,v 1.5 1999/02/04 07:24:15 ezk Exp 
  *
  */
 
@@ -64,6 +64,7 @@
 static voidp hesiod_context;
 #endif /* HAVE_HESIOD_INIT */
 
+/* forward declarations */
 int amu_hesiod_init(mnt_map *m, char *map, time_t *tp);
 int hesiod_search(mnt_map *m, char *map, char *key, char **pval, time_t *tp);
 int hesiod_isup(mnt_map *m, char *map);



Home | Main Index | Thread Index | Old Index