Module Name: src
Committed By: martin
Date: Thu Nov 29 15:00:45 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Tickets #1112 and #1113
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-8.1
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.1
diff -u src/doc/CHANGES-8.1:1.1.2.65 src/doc/CHANGES-8.1:1.1.2.66
--- src/doc/CHANGES-8.1:1.1.2.65 Thu Nov 29 08:52:08 2018
+++ src/doc/CHANGES-8.1 Thu Nov 29 15:00:45 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.65 2018/11/29 08:52:08 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.66 2018/11/29 15:00:45 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -1835,3 +1835,13 @@ sys/arch/amd64/amd64/machdep.c 1.321
Fix stack info leak.
[maxv, ticket #1111]
+sys/kern/sys_ptrace_common.c 1.46
+
+ Fix stack info leak.
+ [maxv, ticket #1112]
+
+sys/kern/kern_sig.c 1.350
+
+ Fix kernel info leak.
+ [maxv, ticket #1113]
+