Module Name: src
Committed By: msaitoh
Date: Tue Jul 30 02:30:13 UTC 2013
Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.1
Log Message:
Ticket 1868.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/doc/CHANGES-5.2.1
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.2.1
diff -u src/doc/CHANGES-5.2.1:1.1.2.11 src/doc/CHANGES-5.2.1:1.1.2.12
--- src/doc/CHANGES-5.2.1:1.1.2.11 Mon Jul 29 02:21:30 2013
+++ src/doc/CHANGES-5.2.1 Tue Jul 30 02:30:13 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2.1,v 1.1.2.11 2013/07/29 02:21:30 msaitoh Exp $
+# $NetBSD: CHANGES-5.2.1,v 1.1.2.12 2013/07/30 02:30:13 msaitoh Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.2.1
release:
@@ -184,3 +184,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]