Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2]: src/doc Ticket 5634.



details:   https://anonhg.NetBSD.org/src/rev/9291a9b96a0b
branches:  netbsd-2
changeset: 564028:9291a9b96a0b
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Aug 31 13:41:14 2005 +0000

description:
Ticket 5634.

diffstat:

 doc/CHANGES-2.1 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r a630624afa98 -r 9291a9b96a0b doc/CHANGES-2.1
--- a/doc/CHANGES-2.1   Wed Aug 31 13:40:37 2005 +0000
+++ b/doc/CHANGES-2.1   Wed Aug 31 13:41:14 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.1,v 1.1.2.179 2005/08/31 13:28:29 tron Exp $
+#      $NetBSD: CHANGES-2.1,v 1.1.2.180 2005/08/31 13:41:14 tron Exp $
 
 A complete list of changes from the NetBSD 2.0 release to the NetBSD 2.1 
 release
@@ -3609,3 +3609,11 @@
        it can allow reading arbitrary kernel memory.
        [christos, ticket #5633]
 
+sys/miscfs/procfs/procfs_subr.c                        1.59
+
+       Simplify the code by:
+       1. Checking for a negative uio_offset at the beginning. This really
+          does not affect us in most cases because we check that later too.
+       2. Checking for attempts to write to init sooner and in all cases.
+       [christos, ticket #5634]
+



Home | Main Index | Thread Index | Old Index