Source-Changes-HG archive

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

[src/netbsd-1-4]: src Two last-minute fixes:



details:   https://anonhg.NetBSD.org/src/rev/ddd4da2756b0
branches:  netbsd-1-4
changeset: 471200:ddd4da2756b0
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 31 14:01:33 2000 +0000

description:
Two last-minute fixes:
 o fix for ld.aout_so's search path handling to match our ELF
 o tcpdump: close possible buffer overruns

diffstat:

 CHANGES-1.4.3 |  15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 9845be32d0ea -r ddd4da2756b0 CHANGES-1.4.3
--- a/CHANGES-1.4.3     Tue Oct 31 13:54:15 2000 +0000
+++ b/CHANGES-1.4.3     Tue Oct 31 14:01:33 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-1.4.3,v 1.1.2.88 2000/10/27 22:09:48 he Exp $
+#      $NetBSD: CHANGES-1.4.3,v 1.1.2.89 2000/10/31 14:01:33 he Exp $
 
 A complete list of changes from NetBSD 1.4.2 to NetBSD 1.4.3:
 
@@ -1858,3 +1858,16 @@
 lib/libkvm/kvm_vax.c                           1.11-1.12
 
   Use %lx to format u_long parameter.
+
+libexec/ld.aout_so/rtld.c                      1.77
+
+  In dlopen(), use the main program's library search path, to match
+  semantics of other systems (and our ELF).
+
+usr.sbin/tcpdump/print-atalk.c                 1.7-1.8
+usr.sbin/tcpdump/print-icmp.c                  1.7
+usr.sbin/tcpdump/util.c                                1.8
+
+  Change from sprintf() to snprintf() where we may print externally
+  supplied data of unknown length.  Also fix an endianness problem
+  in print-atalk.c.



Home | Main Index | Thread Index | Old Index