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/include pull up rev 1.1.1.5 from trunk (re...



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

description:
pull up rev 1.1.1.5 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/include/am_compat.h |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r b813337c2b79 -r a033bd744295 usr.sbin/amd/include/am_compat.h
--- a/usr.sbin/amd/include/am_compat.h  Tue Sep 21 04:57:26 1999 +0000
+++ b/usr.sbin/amd/include/am_compat.h  Tue Sep 21 04:57:30 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: am_compat.h,v 1.1.1.4 1998/08/08 22:05:25 christos Exp $       */
+/*     $NetBSD: am_compat.h,v 1.1.1.4.2.1 1999/09/21 04:57:30 cgd Exp $        */
 
 /*
  * am_compat.h:
@@ -113,6 +113,16 @@
 #if defined(MNT2_CDFS_OPT_RRIP) && !defined(MNTTAB_OPT_RRIP)
 # define MNTTAB_OPT_RRIP "rrip"
 #endif /* defined(MNT2_CDFS_OPT_RRIP) && !defined(MNTTAB_OPT_RRIP) */
+#if defined(MNT2_CDFS_OPT_NORRIP) && !defined(MNTTAB_OPT_NORRIP)
+# define MNTTAB_OPT_NORRIP "norrip"
+#endif /* defined(MNT2_CDFS_OPT_NORRIP) && !defined(MNTTAB_OPT_NORRIP) */
+
+#if defined(MNT2_CDFS_OPT_GENS) && !defined(MNTTAB_OPT_GENS)
+# define MNTTAB_OPT_GENS "gens"
+#endif /* defined(MNT2_CDFS_OPT_GENS) && !defined(MNTTAB_OPT_GENS) */
+#if defined(MNT2_CDFS_OPT_EXTATT) && !defined(MNTTAB_OPT_EXTATT)
+# define MNTTAB_OPT_EXTATT "extatt"
+#endif /* defined(MNT2_CDFS_OPT_EXTATT) && !defined(MNTTAB_OPT_EXTATT) */
 
 /*
  * Complete MNTTAB_OPT_* options based on MNT2_GEN_OPT_* mount options.



Home | Main Index | Thread Index | Old Index