Module Name:    src
Committed By:   msaitoh
Date:           Wed Nov 18 07:45:00 UTC 2015

Modified Files:
        src/doc [netbsd-6-0]: CHANGES-6.0.7

Log Message:
Ticket 1344 and 1345.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-6.0.7

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.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.54 src/doc/CHANGES-6.0.7:1.1.2.55
--- src/doc/CHANGES-6.0.7:1.1.2.54	Tue Nov 17 19:36:36 2015
+++ src/doc/CHANGES-6.0.7	Wed Nov 18 07:45:00 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.54 2015/11/17 19:36:36 bouyer Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.55 2015/11/18 07:45:00 msaitoh Exp $
 
 A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
 release:
@@ -7085,3 +7085,16 @@ sys/arch/xen/xen/xbdback_xenbus.c		1.61
 	when a userland process could use all CPU.
 	Should fix the problem reported by Torbj?rn Granlund on port-xen@
 	[bouyer, ticket #1347]
+
+sys/net/if_gif.c				1.89, 1.90
+
+	Fix "ifconfig gifX tunnel src dst" panic when sockaddr_dup() rerurns
+	null.
+	[knakahara, ticket #1344]
+
+sys/net/if_gif.c				1.91, 1.92
+
+	fix panic after "ifconfig gifX tunnel src dst" failed because of
+	duplicate pair address.
+	fix CID 980463
+	[knakahara, ticket #1345]

Reply via email to