Module Name: src
Committed By: sborrill
Date: Sun Oct 11 18:04:30 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1087
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.99 -r1.1.2.100 src/doc/CHANGES-5.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-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.99 src/doc/CHANGES-5.1:1.1.2.100
--- src/doc/CHANGES-5.1:1.1.2.99 Sat Oct 10 21:09:08 2009
+++ src/doc/CHANGES-5.1 Sun Oct 11 18:04:30 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.99 2009/10/10 21:09:08 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.100 2009/10/11 18:04:30 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -14113,3 +14113,9 @@
fix a segfault caused by jemalloc when mmap() failed.
[phx, ticket #1085]
+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]
+