Module Name: src
Committed By: sborrill
Date: Mon Oct 12 10:52:18 UTC 2009
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2
Log Message:
Ticket 1087
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-5.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.16 src/doc/CHANGES-5.0.2:1.1.2.17
--- src/doc/CHANGES-5.0.2:1.1.2.16 Sun Oct 4 11:51:12 2009
+++ src/doc/CHANGES-5.0.2 Mon Oct 12 10:52:18 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.16 2009/10/04 11:51:12 bouyer Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.17 2009/10/12 10:52:18 sborrill Exp $
A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
release:
@@ -312,3 +312,9 @@
Only generate SHA512 and MD5 checksums for releases.
[snj, ticket #1066]
+sys/kern/tty.c 1.234
+
+ Check for zero length read here - and return zero. Without
+ this there is a simple local-user panic in ureadc().
+ [dsl, ticket #1087]
+