Module Name: src
Committed By: martin
Date: Thu Apr 5 11:40:14 UTC 2018
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
Ticket #1542
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.137 -r1.1.2.138 src/doc/CHANGES-6.0.7
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.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.137 src/doc/CHANGES-6.0.7:1.1.2.138
--- src/doc/CHANGES-6.0.7:1.1.2.137 Sun Apr 1 09:25:09 2018
+++ src/doc/CHANGES-6.0.7 Thu Apr 5 11:40:14 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.137 2018/04/01 09:25:09 martin Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.138 2018/04/05 11:40:14 martin Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -15431,3 +15431,8 @@ sys/netinet6/raw_ip6.c 1.161
Fix use-after-free.
[maxv, ticket #1541]
+sys/net/npf/npf.h 1.55
+
+ Fix an integer overflow that allows incoming IPv6 packets
+ to bypass a certain number of filtering rules.
+ [maxv, ticket #1542]