Module Name: src
Committed By: martin
Date: Tue Feb 27 06:07:28 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ammend ticket #587: additionally xform_esp.c r1.77 has been pulled up.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.132 -r1.1.2.133 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.132 src/doc/CHANGES-8.0:1.1.2.133
--- src/doc/CHANGES-8.0:1.1.2.132 Mon Feb 26 13:57:25 2018
+++ src/doc/CHANGES-8.0 Tue Feb 27 06:07:28 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.132 2018/02/26 13:57:25 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.133 2018/02/27 06:07:28 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -9908,12 +9908,14 @@ tests/lib/libpthread/t_mutex.c 1.19
[maya, ticket #585]
sys/netipsec/xform_ah.c 1.78,1.79 (via patch),1.82-1.84
-sys/netipsec/xform_esp.c 1.74-1.76
+sys/netipsec/xform_esp.c 1.74-1.77
sys/netipsec/xform_ipcomp.c 1.54-1.56
Fix mbuf leaks on error paths.
Dedup common codes in error paths.
Don't relook up an SP/SA in opencrpyto callbacks.
+ If we don't know the pad-filling policy use SADB_X_EXT_PZERO by
+ default.
Fix kernel panic (assertion failure) on receiving an IPv6 packet
with large options.
Fix buffer overflow on sending an IPv6 packet with large options.