Module Name: src
Committed By: snj
Date: Thu Aug 8 21:56:59 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.3
Log Message:
926
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-6.0.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-6.0.3
diff -u src/doc/CHANGES-6.0.3:1.1.2.16 src/doc/CHANGES-6.0.3:1.1.2.17
--- src/doc/CHANGES-6.0.3:1.1.2.16 Fri Aug 2 20:23:11 2013
+++ src/doc/CHANGES-6.0.3 Thu Aug 8 21:56:59 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.3,v 1.1.2.16 2013/08/02 20:23:11 martin Exp $
+# $NetBSD: CHANGES-6.0.3,v 1.1.2.17 2013/08/08 21:56:59 snj Exp $
A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3
release:
@@ -168,3 +168,10 @@ sys/kern/uipc_socket.c 1.216
Fix an inversion in checking for authorization to drop TCP connections
found (and the obvious fix suggested) by Sander Bos.
[spz, ticket #927]
+
+sys/netinet6/nd6_rtr.c 1.86
+
+ Avoid crash destroying tap0 after deleting its link-local address.
+ PR/47576.
+ [msaitoh, ticket #926]
+