Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-0]: src/doc Tickets #1546 and #1547



details:   https://anonhg.NetBSD.org/src/rev/24147a18bca4
branches:  netbsd-6-0
changeset: 318699:24147a18bca4
user:      martin <martin%NetBSD.org@localhost>
date:      Thu May 03 15:02:57 2018 +0000
description:
Tickets #1546 and #1547

diffstat:

 doc/CHANGES-6.0.7 |  15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 38fc2ee8628e -r 24147a18bca4 doc/CHANGES-6.0.7
--- a/doc/CHANGES-6.0.7 Thu May 03 15:02:30 2018 +0000
+++ b/doc/CHANGES-6.0.7 Thu May 03 15:02:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.142 2018/04/18 07:20:17 msaitoh Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.143 2018/05/03 15:02:57 martin Exp $
 
 A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
 release:
@@ -15459,3 +15459,16 @@
        Don't assume M_PKTHDR is set only on the first mbuf of the chain.
        Fix a pretty bad mistake (IPsec DoS).
        [maxv, ticket #1545]
+
+sys/netipsec/ipsec_output.c                    1.67,1.75 (patch)
+
+       compute_ipsec_pos: strengthen checks to avoid overruns,
+       allow the function to fail (and drop the misformed packet).
+       [maxv, ticket #1546]
+
+sys/kern/uipc_mbuf.c                           1.211
+
+       Modify m_defrag, so that it never frees the first mbuf of
+       the chain.
+       [maxv, ticket #1547]
+



Home | Main Index | Thread Index | Old Index