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 5961, 5964.
details: https://anonhg.NetBSD.org/src/rev/1bac13ff51e4
branches: netbsd-2-0
changeset: 564903:1bac13ff51e4
user: riz <riz%NetBSD.org@localhost>
date: Thu Nov 03 21:03:52 2005 +0000
description:
Tickets 5961, 5964.
diffstat:
doc/CHANGES-2.0.4 | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 5283f26b9cb2 -r 1bac13ff51e4 doc/CHANGES-2.0.4
--- a/doc/CHANGES-2.0.4 Thu Nov 03 21:01:46 2005 +0000
+++ b/doc/CHANGES-2.0.4 Thu Nov 03 21:03:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.0.4,v 1.1.2.5 2005/10/31 20:56:57 tron Exp $
+# $NetBSD: CHANGES-2.0.4,v 1.1.2.6 2005/11/03 21:03:52 riz Exp $
A complete list of changes from the NetBSD 2.0.3 update to the NetBSD 2.0.4
update.
@@ -35,3 +35,21 @@
Fixes security issue addressed by CAN-2005-2496.
[dan, ticket #5958]
+sys/dev/scsipi/scsipi_ioctl.c 1.54
+
+ Don't claim there is a data in or out phase if the datalen is 0
+ (userland shouldn't claim it either, but a buggy software shouldn't
+ be able to crash the kernel anyway). Should fix port-sparc64/31925
+ by Johan A.van Zanten (which should really be kern/31925).
+ Analysed and patch tested by Martin Husemann.
+ [bouyer, ticket #5961]
+
+distrib/utils/sysinst/util.c 1.137
+
+ Don't redisplay the title messages before displaying sub-menus
+ during set selection (eg selecting the X sets).
+ libcurses got changed earlier in the year so that the erase (and
+ refresh) of the message window caused all the unchanged spaces
+ to be redrawn overwriting most of the main set selection window.
+ [dsl, ticket #5964]
+
Home |
Main Index |
Thread Index |
Old Index