Module Name: src
Committed By: martin
Date: Thu May 17 13:46:08 UTC 2018
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket #1549
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.338 -r1.1.2.339 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.338 src/doc/CHANGES-6.2:1.1.2.339
--- src/doc/CHANGES-6.2:1.1.2.338 Mon May 14 16:08:15 2018
+++ src/doc/CHANGES-6.2 Thu May 17 13:46:08 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.338 2018/05/14 16:08:15 martin Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.339 2018/05/17 13:46:08 martin Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -21251,3 +21251,9 @@ sys/dev/ic/hme.c 1.97
Fix mis-placed right parenthesis.
[pgoyette, ticket #1548]
+sys/net/npf/npf_alg_icmp.c 1.27,1.28 (patch)
+sys/net/npf/npf_inet.c 1.45 (patch)
+
+ Fix use-after-free.
+ [maxv, ticket #1549]
+