Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src/doc 1518-1520, 1532, 1535, 1536
details: https://anonhg.NetBSD.org/src/rev/2cc8a2c2cd6f
branches: netbsd-6-0
changeset: 775315:2cc8a2c2cd6f
user: snj <snj%NetBSD.org@localhost>
date: Tue Mar 13 17:59:51 2018 +0000
description:
1518-1520, 1532, 1535, 1536
diffstat:
doc/CHANGES-6.0.7 | 38 +++++++++++++++++++++++++++++++++++++-
1 files changed, 37 insertions(+), 1 deletions(-)
diffs (49 lines):
diff -r fd4949764f07 -r 2cc8a2c2cd6f doc/CHANGES-6.0.7
--- a/doc/CHANGES-6.0.7 Tue Mar 13 17:47:11 2018 +0000
+++ b/doc/CHANGES-6.0.7 Tue Mar 13 17:59:51 2018 +0000
@@ -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 @@
/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]
+
Home |
Main Index |
Thread Index |
Old Index