Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 938b349

Browse files
Tickets #1546 and #1547
1 parent 03a8b68 commit 938b349

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

doc/CHANGES-6.0.7

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: CHANGES-6.0.7,v 1.1.2.142 2018/04/18 07:20:17 msaitoh Exp $
1+
# $NetBSD: CHANGES-6.0.7,v 1.1.2.143 2018/05/03 15:02:57 martin Exp $
22

33
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
44
release:
@@ -15459,3 +15459,16 @@ sys/netipsec/ipsec_mbuf.c 1.23-1.24
1545915459
Don't assume M_PKTHDR is set only on the first mbuf of the chain.
1546015460
Fix a pretty bad mistake (IPsec DoS).
1546115461
[maxv, ticket #1545]
15462+
15463+
sys/netipsec/ipsec_output.c 1.67,1.75 (patch)
15464+
15465+
compute_ipsec_pos: strengthen checks to avoid overruns,
15466+
allow the function to fail (and drop the misformed packet).
15467+
[maxv, ticket #1546]
15468+
15469+
sys/kern/uipc_mbuf.c 1.211
15470+
15471+
Modify m_defrag, so that it never frees the first mbuf of
15472+
the chain.
15473+
[maxv, ticket #1547]
15474+

0 commit comments

Comments
 (0)