Source-Changes-HG archive

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

[src/netbsd-7-0]: src/doc Tickets #1600, #1601, #1602



details:   https://anonhg.NetBSD.org/src/rev/c0881077d852
branches:  netbsd-7-0
changeset: 801487:c0881077d852
user:      martin <martin%NetBSD.org@localhost>
date:      Thu May 03 15:16:06 2018 +0000

description:
Tickets #1600, #1601, #1602

diffstat:

 doc/CHANGES-7.0.3 |  19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r eac3d75e6889 -r c0881077d852 doc/CHANGES-7.0.3
--- a/doc/CHANGES-7.0.3 Thu May 03 15:09:43 2018 +0000
+++ b/doc/CHANGES-7.0.3 Thu May 03 15:16:06 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.102 2018/04/17 15:40:11 martin Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.103 2018/05/03 15:16:06 martin Exp $
 
 A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
 release:
@@ -5413,3 +5413,20 @@
        Fix a pretty bad mistake (IPsec DoS).
        [maxv, ticket #1599]
 
+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 #1600]
+
+crypto/external/bsd/heimdal/dist/kdc/connect.c 1.3
+
+       Avoid busy-waiting on a dead child.
+       [spz, ticket #1601]
+
+sys/kern/uipc_mbuf.c                           1.211 (patch)
+
+       Modify m_defrag, so that it never frees the first mbuf of
+       the chain.
+       [maxv, ticket #1602]
+



Home | Main Index | Thread Index | Old Index