Module Name: src
Committed By: martin
Date: Thu Apr 5 11:44:57 UTC 2018
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
Ticket #1593
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.97 -r1.1.2.98 src/doc/CHANGES-7.0.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-7.0.3
diff -u src/doc/CHANGES-7.0.3:1.1.2.97 src/doc/CHANGES-7.0.3:1.1.2.98
--- src/doc/CHANGES-7.0.3:1.1.2.97 Sun Apr 1 09:15:43 2018
+++ src/doc/CHANGES-7.0.3 Thu Apr 5 11:44:57 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.97 2018/04/01 09:15:43 martin Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.98 2018/04/05 11:44:57 martin Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -5367,3 +5367,8 @@ sys/netinet6/raw_ip6.c 1.161
Fix use-after-free.
[maxv, ticket #1591]
+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 #1593]