Module Name: src
Committed By: riz
Date: Mon Jan 7 16:54:21 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.2
Log Message:
Ticket 778.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.0.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-6.0.2
diff -u src/doc/CHANGES-6.0.2:1.1.2.3 src/doc/CHANGES-6.0.2:1.1.2.4
--- src/doc/CHANGES-6.0.2:1.1.2.3 Sat Jan 5 23:21:41 2013
+++ src/doc/CHANGES-6.0.2 Mon Jan 7 16:54:20 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.2,v 1.1.2.3 2013/01/05 23:21:41 riz Exp $
+# $NetBSD: CHANGES-6.0.2,v 1.1.2.4 2013/01/07 16:54:20 riz Exp $
A complete list of changes from the NetBSD 6.0.1 release to the NetBSD 6.0.2
release:
@@ -19,3 +19,8 @@ sys/external/bsd/drm/dist/shared-core/i9
Avoid out-of-bounds access.
[msaitoh, ticket #762]
+sys/kern/uipc_syscalls.c 1.157-1.158
+
+ Prevent ktrace from being able to crash the kernel.
+ [mlelstv, ticket #778]
+