Module Name: src
Committed By: martin
Date: Thu Jan 24 15:36:05 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1168
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.93 -r1.1.2.94 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.93 src/doc/CHANGES-8.1:1.1.2.94
--- src/doc/CHANGES-8.1:1.1.2.93 Thu Jan 24 14:01:10 2019
+++ src/doc/CHANGES-8.1 Thu Jan 24 15:36:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.93 2019/01/24 14:01:10 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.94 2019/01/24 15:36:05 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -2273,3 +2273,9 @@ usr.sbin/rpcbind/util.c 1.23 (adapted
Fix wrong size allocation that triggers a buffer overflow.
[christos, ticket #1167]
+sys/kern/kern_ntptime.c 1.60
+
+ Zero out the ntptimeval structure to prevent a 4 byte kernel
+ stack disclosure.
+ [maxv, ticket #1168]
+