Module Name: src
Committed By: msaitoh
Date: Wed Sep 11 04:00:18 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 941.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-6.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.2
diff -u src/doc/CHANGES-6.2:1.1.2.34 src/doc/CHANGES-6.2:1.1.2.35
--- src/doc/CHANGES-6.2:1.1.2.34 Mon Sep 9 04:13:30 2013
+++ src/doc/CHANGES-6.2 Wed Sep 11 04:00:18 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.34 2013/09/09 04:13:30 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.35 2013/09/11 04:00:18 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -680,3 +680,8 @@ share/man/man4/bge.4 1.13-1.15 via patc
- Remove extra semicolon. Remove unused code.
[msaitoh, ticket #939]
+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]