Module Name: src
Committed By: martin
Date: Mon Apr 9 16:41:35 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ammed ticket #668
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.171 -r1.1.2.172 src/doc/CHANGES-8.0
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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.171 src/doc/CHANGES-8.0:1.1.2.172
--- src/doc/CHANGES-8.0:1.1.2.171 Mon Apr 9 15:59:58 2018
+++ src/doc/CHANGES-8.0 Mon Apr 9 16:41:35 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.171 2018/04/09 15:59:58 bouyer Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.172 2018/04/09 16:41:35 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -10651,7 +10651,7 @@ sys/netipsec/ipsec_input.c 1.54
Fix (harmless) use-after-free.
[maxv, ticket #667]
-sys/netinet/ip_reass.c 1.12
+sys/netinet/ip_reass.c 1.12,1.13
ip_reass_packet(): make sure that the end of each fragment does
not exceed IP_MAXPACKET.