Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/bc6bb78fcf11
branches:  netbsd-6-1
changeset: 775839:bc6bb78fcf11
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Sep 13 04:18:50 2013 +0000

description:
Ticket 942.

diffstat:

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

diffs (22 lines):

diff -r 44deea4fe834 -r bc6bb78fcf11 doc/CHANGES-6.1.2
--- a/doc/CHANGES-6.1.2 Fri Sep 13 04:17:41 2013 +0000
+++ b/doc/CHANGES-6.1.2 Fri Sep 13 04:18:50 2013 +0000
@@ -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 @@
        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