Module Name: src
Committed By: martin
Date: Thu May 3 15:04:51 UTC 2018
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
Fix entry for ticket #1547
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.143 -r1.1.2.144 src/doc/CHANGES-6.0.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.143 src/doc/CHANGES-6.0.7:1.1.2.144
--- src/doc/CHANGES-6.0.7:1.1.2.143 Thu May 3 15:02:57 2018
+++ src/doc/CHANGES-6.0.7 Thu May 3 15:04:51 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.143 2018/05/03 15:02:57 martin Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.144 2018/05/03 15:04:51 martin Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -15466,7 +15466,7 @@ sys/netipsec/ipsec_output.c 1.67,1.75
allow the function to fail (and drop the misformed packet).
[maxv, ticket #1546]
-sys/kern/uipc_mbuf.c 1.211
+sys/kern/uipc_mbuf.c 1.211 (patch)
Modify m_defrag, so that it never frees the first mbuf of
the chain.