Module Name: src
Committed By: msaitoh
Date: Wed Sep 11 07:03:18 UTC 2013
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1874.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-5.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-5.3
diff -u src/doc/CHANGES-5.3:1.1.2.24 src/doc/CHANGES-5.3:1.1.2.25
--- src/doc/CHANGES-5.3:1.1.2.24 Sat Sep 7 17:30:22 2013
+++ src/doc/CHANGES-5.3 Wed Sep 11 07:03:18 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.24 2013/09/07 17:30:22 bouyer Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.25 2013/09/11 07:03:18 msaitoh Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -540,3 +540,8 @@ sys/arch/i386/stand/boot/boot2.c 1.59 v
media which needs the miniroot kernel module loaded).
[he, ticket #1872]
+sys/net/bpf.c 1.176 via patch
+
+ Avoid kernel panic caused by setting a very small bpf buffer size.
+ Fixes PR/48198 reported by Peter Bex.
+ [spz, ticket #1874]