Module Name: src
Committed By: msaitoh
Date: Wed Sep 11 04:04:45 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.3
Log Message:
Ticket 941.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 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.18 src/doc/CHANGES-6.0.3:1.1.2.19
--- src/doc/CHANGES-6.0.3:1.1.2.18 Sat Sep 7 16:44:29 2013
+++ src/doc/CHANGES-6.0.3 Wed Sep 11 04:04:45 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.3,v 1.1.2.18 2013/09/07 16:44:29 bouyer Exp $
+# $NetBSD: CHANGES-6.0.3,v 1.1.2.19 2013/09/11 04:04:45 msaitoh Exp $
A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3
release:
@@ -198,3 +198,8 @@ sys/nfs/nfs_bio.c 1.189
before fsync()/close())
[hannken, ticket #933]
+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]