Module Name: src
Committed By: snj
Date: Tue Mar 13 17:59:51 UTC 2018
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
1518-1520, 1532, 1535, 1536
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.133 -r1.1.2.134 src/doc/CHANGES-6.0.7
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.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.133 src/doc/CHANGES-6.0.7:1.1.2.134
--- src/doc/CHANGES-6.0.7:1.1.2.133 Sat Mar 3 20:51:26 2018
+++ src/doc/CHANGES-6.0.7 Tue Mar 13 17:59:51 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.133 2018/03/03 20:51:26 snj Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.134 2018/03/13 17:59:51 snj Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -15355,3 +15355,39 @@ sys/sys/cprng.h patch
/dev/random.
[riastradh, ticket #1512]
+sys/netinet6/ip6_forward.c 1.89-1.90 via patch
+
+ Fix use-after-free of mbuf in ip6flow_create and ip6flow_create.
+ [ozaki-r, ticket #1518]
+
+sys/arch/sparc/sparc/timer.c 1.33-1.34 via patch
+sys/arch/sparc/sparc/timer_sun4m.c 1.31 via patch
+sys/arch/sparc/sparc/timerreg.h 1.10 via patch
+
+ Fix time goes backwards problems on sparc.
+ [mrg, ticket #1519]
+
+bin/ksh/history.c 1.18 via patch
+
+ Use 0600 as the mode for histfile. PR bin/52480
+ [maya, ticket #1520]
+
+sys/netipsec/xform_ah.c 1.77 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 #1532]
+
+sys/net/if_mpls.c 1.31-1.33 via patch
+sys/netmpls/mpls_ttl.c 1.9 via patch
+
+ Fix several memory corruptions and inconsistencies in MPLS.
+ [maxv, ticket #1535]
+
+sys/netipsec/ipsec_input.c 1.57-1.58
+
+ Fix out-of-bounds read.
+ [maxv, ticket #1536]
+