Module Name: src
Committed By: martin
Date: Thu May 3 15:05:46 UTC 2018
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Fix entry for ticket #1547
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.336 -r1.1.2.337 src/doc/CHANGES-6.2
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.2
diff -u src/doc/CHANGES-6.2:1.1.2.336 src/doc/CHANGES-6.2:1.1.2.337
--- src/doc/CHANGES-6.2:1.1.2.336 Thu May 3 14:58:46 2018
+++ src/doc/CHANGES-6.2 Thu May 3 15:05:46 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.336 2018/05/03 14:58:46 martin Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.337 2018/05/03 15:05:46 martin Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -21240,7 +21240,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.