Module Name: src
Committed By: msaitoh
Date: Fri Sep 13 04:18:50 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.2
Log Message:
Ticket 942.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.1.2
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.1.2
diff -u src/doc/CHANGES-6.1.2:1.1.2.3 src/doc/CHANGES-6.1.2:1.1.2.4
--- src/doc/CHANGES-6.1.2:1.1.2.3 Wed Sep 11 04:03:45 2013
+++ src/doc/CHANGES-6.1.2 Fri Sep 13 04:18:50 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.2,v 1.1.2.3 2013/09/11 04:03:45 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.2,v 1.1.2.4 2013/09/13 04:18:50 msaitoh Exp $
A complete list of changes from the NetBSD 6.1.1 release to the NetBSD 6.1.2
release:
@@ -46,3 +46,12 @@ sys/net/bpf.c 1.176
Avoid kernel panic caused by setting a very small bpf buffer size.
Fixes PR/48198 reported by Peter Bex.
[spz, ticket #941]
+
+sys/net/npf/npf_inet.c 1.23
+
+ Fix bugs to prevent panic:
+ - npf_cache_ip: re-fetch IPv6 header since nbufs might have been
+ reallocated.
+ - npf_cache_all: clear NBUF_DATAREF_RESET since npf_cache_ip() handles
+ it.
+ [riz, ticket #942]