Module Name: src
Committed By: msaitoh
Date: Tue Jul 30 02:30:34 UTC 2013
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.3
Log Message:
Ticket 1868.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-5.1.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.1.3
diff -u src/doc/CHANGES-5.1.3:1.1.2.43 src/doc/CHANGES-5.1.3:1.1.2.44
--- src/doc/CHANGES-5.1.3:1.1.2.43 Mon Jul 29 02:22:18 2013
+++ src/doc/CHANGES-5.1.3 Tue Jul 30 02:30:34 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.3,v 1.1.2.43 2013/07/29 02:22:18 msaitoh Exp $
+# $NetBSD: CHANGES-5.1.3,v 1.1.2.44 2013/07/30 02:30:34 msaitoh Exp $
A complete list of changes from the NetBSD 5.1.2 release to the NetBSD 5.1.3
release:
@@ -2470,3 +2470,13 @@ external/bsd/bind/dist/lib/dns/rdata/gen
Fix for bind CVE-2013-4854.
[spz, ticket #1871]
+
+usr.bin/netstat/inet.c 1.102-1.03
+usr.bin/netstat/inet6.c 1.61-1.62
+usr.bin/netstat/main.c 1.86
+usr.bin/netstat/netstat.h 1.47
+
+ Don't use -P as a kmem printer, verify that the address points to a
+ pcb first!
+ Not all pointers are 64bit - use uintptr_t instead of uint64_t.
+ [christos, ticket #1868]