Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/doc Ticket 5634.
details: https://anonhg.NetBSD.org/src/rev/6d542d8a2dcc
branches: netbsd-2-0
changeset: 564842:6d542d8a2dcc
user: tron <tron%NetBSD.org@localhost>
date: Wed Aug 31 13:43:38 2005 +0000
description:
Ticket 5634.
diffstat:
doc/CHANGES-2.0.3 | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r d9f8cb474219 -r 6d542d8a2dcc doc/CHANGES-2.0.3
--- a/doc/CHANGES-2.0.3 Wed Aug 31 13:41:38 2005 +0000
+++ b/doc/CHANGES-2.0.3 Wed Aug 31 13:43:38 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.0.3,v 1.1.2.36 2005/08/31 13:29:40 tron Exp $
+# $NetBSD: CHANGES-2.0.3,v 1.1.2.37 2005/08/31 13:43:38 tron Exp $
A complete list of changes from the NetBSD 2.0.2 release to the NetBSD 2.0.3
release.
@@ -410,3 +410,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