Module Name: src
Committed By: martin
Date: Mon Aug 5 14:48:29 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Adjust ticket #1324
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.18 -r1.1.2.19 src/doc/CHANGES-8.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-8.2
diff -u src/doc/CHANGES-8.2:1.1.2.18 src/doc/CHANGES-8.2:1.1.2.19
--- src/doc/CHANGES-8.2:1.1.2.18 Sun Aug 4 11:30:39 2019
+++ src/doc/CHANGES-8.2 Mon Aug 5 14:48:29 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.18 2019/08/04 11:30:39 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.19 2019/08/05 14:48:29 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -473,7 +473,7 @@ sys/net/bpf.c 1.229
Fix info leak: use kmem_zalloc to clear uninitialized padding.
[maxv, ticket #1323]
-sys/kern/kern_exec.c 1.469-1.478 (patch)
+sys/kern/kern_exec.c 1.469-1.476,1.478 (patch)
Fix off-by-one and info leak.
[maxv, ticket #1324]