Module Name: src
Committed By: snj
Date: Sat Aug 19 05:24:10 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
1476, 1481, 1488
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.38 -r1.1.2.39 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.38 src/doc/CHANGES-7.2:1.1.2.39
--- src/doc/CHANGES-7.2:1.1.2.38 Sat Aug 12 19:08:20 2017
+++ src/doc/CHANGES-7.2 Sat Aug 19 05:24:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.38 2017/08/12 19:08:20 martin Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.39 2017/08/19 05:24:10 snj Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -3460,3 +3460,19 @@ external/bsd/wpa/dist/wpa_supplicant/wps
Update wpa_supplicant/hostapd to 2.6.
[mrg, ticket #1490]
+sys/dev/vnd.c 1.260, 1.262 via patch
+
+ int overflows / truncation issues in vndioctl can cause
+ memory corruption
+ [mrg, ticket #1476]
+
+sys/kern/kern_ktrace.c 1.171 via patch
+
+ infoleak in ktruser() if copyin fails.
+ [mrg, ticket #1481]
+
+bin/rmdir/rmdir.c 1.27
+
+ PR/48182: Fix rmdir -p handling of top-level (root) directory.
+ [ginsbach, ticket #1488]
+