Module Name: src
Committed By: martin
Date: Tue Jan 30 18:46:45 UTC 2018
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
Ticket #1523
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.120 -r1.1.2.121 src/doc/CHANGES-6.1.6
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.1.6
diff -u src/doc/CHANGES-6.1.6:1.1.2.120 src/doc/CHANGES-6.1.6:1.1.2.121
--- src/doc/CHANGES-6.1.6:1.1.2.120 Mon Jan 29 19:29:48 2018
+++ src/doc/CHANGES-6.1.6 Tue Jan 30 18:46:45 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.120 2018/01/29 19:29:48 martin Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.121 2018/01/30 18:46:45 martin Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -14960,3 +14960,14 @@ sys/netipsec/xform_ah.c 1.76
Fix a remote DoS vulnerability in IPsec-AH.
[maxv, ticket #1521]
+sys/netinet6/frag6.c 1.65
+sys/netinet6/ip6_input.c 1.187
+sys/netinet6/ip6_var.h 1.78
+sys/netinet6/raw_ip6.c 1.160 (via patch)
+sys/netinet6/ah_input.c adjust other callers (patch)
+sys/netinet6/esp_input.c adjust other callers (patch)
+sys/netinet6/ipcomp_input.c adjust other callers (patch)
+
+ Fix a memory corruption in ip6_get_prevhdr().
+ [maxv, ticket #1523]
+