Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/doc Tickets 1089 and 1317.
details: https://anonhg.NetBSD.org/src/rev/2ff4fc04f3b3
branches: netbsd-2-0
changeset: 564683:2ff4fc04f3b3
user: tron <tron%NetBSD.org@localhost>
date: Wed Mar 16 11:52:19 2005 +0000
description:
Tickets 1089 and 1317.
diffstat:
doc/CHANGES-2.0.2 | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diffs (24 lines):
diff -r 1eb6d6631dbb -r 2ff4fc04f3b3 doc/CHANGES-2.0.2
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/CHANGES-2.0.2 Wed Mar 16 11:52:19 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: CHANGES-2.0.2,v 1.1.2.1 2005/03/16 11:52:19 tron Exp $
+
+A complete list of changes from the NetBSD 2.0.1 release to the NetBSD 2.0.2
+release.
+
+File Revision(s)
+---- --------
+sys/kern/kern_descrip.c 1.128 (via patch)
+
+ Avoid endless loop in F_CLOSEM fnctl which could be abused for a
+ local DoS. This fixes PR kern/28929.
+ [cube, ticket #1089]
+
+sys/arch/amd64/amd64/copy.S 1.2
+sys/arch/i386/i386/locore.S 1.33
+
+ Check the passed in address as well as determining the maximum length
+ using VM_MAXUSER_ADDRESS in copyinstr and copyoutstr.
+ [fvdl, ticket #1317]
+
Home |
Main Index |
Thread Index |
Old Index