Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc Ticket 942.



details:   https://anonhg.NetBSD.org/src/rev/d4bde2c51ea7
branches:  netbsd-6
changeset: 776437:d4bde2c51ea7
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Sep 13 04:15:36 2013 +0000

description:
Ticket 942.

diffstat:

 doc/CHANGES-6.2 |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r ab5c4231c00a -r d4bde2c51ea7 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Fri Sep 13 04:12:54 2013 +0000
+++ b/doc/CHANGES-6.2   Fri Sep 13 04:15:36 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.35 2013/09/11 04:00:18 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.36 2013/09/13 04:15:36 msaitoh Exp $
 
 A complete list of changes from the 6.1 release until the 6.2 release:
 
@@ -685,3 +685,12 @@
        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]



Home | Main Index | Thread Index | Old Index