Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-1]: src/doc 1518-1520, 1532, 1535, 1536
details: https://anonhg.NetBSD.org/src/rev/827b7a7a1ee2
branches: netbsd-6-1
changeset: 776312:827b7a7a1ee2
user: snj <snj%NetBSD.org@localhost>
date: Tue Mar 13 18:02:25 2018 +0000
description:
1518-1520, 1532, 1535, 1536
diffstat:
doc/CHANGES-6.1.6 | 38 +++++++++++++++++++++++++++++++++++++-
1 files changed, 37 insertions(+), 1 deletions(-)
diffs (49 lines):
diff -r 01e2eb81fedd -r 827b7a7a1ee2 doc/CHANGES-6.1.6
--- a/doc/CHANGES-6.1.6 Tue Mar 13 17:47:12 2018 +0000
+++ b/doc/CHANGES-6.1.6 Tue Mar 13 18:02:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.130 2018/03/03 20:51:09 snj Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.131 2018/03/13 18:02:25 snj Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -15024,3 +15024,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