File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 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 $
2
2
3
3
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
4
4
release:
@@ -15459,3 +15459,16 @@ sys/netipsec/ipsec_mbuf.c 1.23-1.24
15459
15459
Don't assume M_PKTHDR is set only on the first mbuf of the chain.
15460
15460
Fix a pretty bad mistake (IPsec DoS).
15461
15461
[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
+
You can’t perform that action at this time.
0 commit comments