Module Name: src Committed By: martin Date: Thu Feb 15 17:52:22 UTC 2018
Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.2 Log Message: Ticket #1569 To generate a diff of this commit: cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-7.1.2 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.2 diff -u src/doc/CHANGES-7.1.2:1.1.2.12 src/doc/CHANGES-7.1.2:1.1.2.13 --- src/doc/CHANGES-7.1.2:1.1.2.12 Thu Feb 15 14:42:44 2018 +++ src/doc/CHANGES-7.1.2 Thu Feb 15 17:52:22 2018 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.1.2,v 1.1.2.12 2018/02/15 14:42:44 martin Exp $ +# $NetBSD: CHANGES-7.1.2,v 1.1.2.13 2018/02/15 17:52:22 martin Exp $ A complete list of changes from the NetBSD 7.1.1 release to the NetBSD 7.1.2 release: @@ -132,3 +132,11 @@ sys/netipsec/xform_ipip.c 1.44 Fix IPv6-IPsec-AH tunnels. [maxv, ticket #1567] +sys/netipsec/xform_ah.c 1.77,1.81 via patch +sys/netipsec/xform_esp.c 1.73 via patch +sys/netipsec/xform_ipip.c 1.56,1.57 via patch + + Several fixes in IPsec: strengthen sanity checks (AH/ESP), and fix + possible use-after-free (Tunnel). + [maxv, ticket #1569] +