Module Name: src
Committed By: martin
Date: Mon May 14 16:21:48 UTC 2018
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
Tickets #1604 and #1605
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.88 -r1.1.2.89 src/doc/CHANGES-7.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-7.2
diff -u src/doc/CHANGES-7.2:1.1.2.88 src/doc/CHANGES-7.2:1.1.2.89
--- src/doc/CHANGES-7.2:1.1.2.88 Sun May 6 09:54:18 2018
+++ src/doc/CHANGES-7.2 Mon May 14 16:21:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.88 2018/05/06 09:54:18 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.89 2018/05/14 16:21:48 martin Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -5470,3 +5470,14 @@ sys/kern/kern_runq.c 1.46
historical data.
[mlelstv, ticket #1603]
+sys/dev/ic/hme.c 1.97
+
+ Fix mis-placed right parenthesis.
+ [pgoyette, ticket #1604]
+
+sys/net/npf/npf_alg_icmp.c 1.27-1.29
+sys/net/npf/npf_inet.c 1.45
+
+ Fix use-after-free.
+ [maxv, ticket #1605]
+