Module Name:    src
Committed By:   sborrill
Date:           Wed Jul 12 18:52:40 UTC 2017

Modified Files:
        src/doc [netbsd-7-1]: CHANGES-7.1.1

Log Message:
Ticket #1412


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-7.1.1

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.1.1
diff -u src/doc/CHANGES-7.1.1:1.1.2.15 src/doc/CHANGES-7.1.1:1.1.2.16
--- src/doc/CHANGES-7.1.1:1.1.2.15	Wed Jul 12 15:36:25 2017
+++ src/doc/CHANGES-7.1.1	Wed Jul 12 18:52:40 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.1,v 1.1.2.15 2017/07/12 15:36:25 martin Exp $
+# $NetBSD: CHANGES-7.1.1,v 1.1.2.16 2017/07/12 18:52:40 sborrill Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.1.1
 release:
@@ -1697,3 +1697,14 @@ crypto/external/bsd/heimdal/dist/lib/krb
 	Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams.
 	[christos, ticket #1453]
 
+sys/external/bsd/ipf/netinet/fil.c		1.20
+sys/external/bsd/ipf/netinet/ip_state.c		1.7
+sys/external/bsd/ipf/netinet/ip_frag.c		1.5
+
+	Disconnect maintaining fragment state from keeping session state.
+	The user now must specify keep frags along with keep state to have 
+	ipfilter do what it did before, as documented in ipf.conf.5.
+	Free the right fragment. This will cause use after free issues and
+	eventually panic.
+	[christos, ticket #1412]
+

Reply via email to