Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3-0]: src/doc Tickets 1215, 1217.
details: https://anonhg.NetBSD.org/src/rev/b040653c3e36
branches: netbsd-3-0
changeset: 579179:b040653c3e36
user: riz <riz%NetBSD.org@localhost>
date: Fri Mar 24 23:04:34 2006 +0000
description:
Tickets 1215, 1217.
diffstat:
doc/CHANGES-3.0.1 | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 9440b626a7f9 -r b040653c3e36 doc/CHANGES-3.0.1
--- a/doc/CHANGES-3.0.1 Fri Mar 24 22:44:36 2006 +0000
+++ b/doc/CHANGES-3.0.1 Fri Mar 24 23:04:34 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-3.0.1,v 1.1.2.27 2006/03/24 17:35:08 riz Exp $
+# $NetBSD: CHANGES-3.0.1,v 1.1.2.28 2006/03/24 23:04:34 riz Exp $
A complete list of changes from the NetBSD 3.0 release to the NetBSD 3.0.1
release:
@@ -288,3 +288,15 @@
this applied with mimimal fixes.
[christos, ticket #1221]
+sys/dev/usb/usb.c 1.83
+
+ Allow a NULL pointer as argument to usb_get_next_event(), and don't
+ allocate a "struct usb_event" on stack in usb_add_event().
+ [drochner, ticket #1215]
+
+sys/kern/kern_sysctl.c 1.191
+
+ Check the "oldlen" argument to sysctl(2) before passing it
+ to vslock(9). This prevents a local DOS.
+ [drochner, ticket #1217]
+
Home |
Main Index |
Thread Index |
Old Index