Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/ic Pull up revision 1.10 (requested by bouyer):



details:   https://anonhg.NetBSD.org/src/rev/0306e754bb12
branches:  netbsd-1-5
changeset: 490649:0306e754bb12
user:      he <he%NetBSD.org@localhost>
date:      Sun Feb 04 18:58:26 2001 +0000

description:
Pull up revision 1.10 (requested by bouyer):
  Fix a 4 byte ovferflow in an array.

diffstat:

 sys/dev/ic/siopvar_common.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 258f53bdfa06 -r 0306e754bb12 sys/dev/ic/siopvar_common.h
--- a/sys/dev/ic/siopvar_common.h       Sun Feb 04 18:56:39 2001 +0000
+++ b/sys/dev/ic/siopvar_common.h       Sun Feb 04 18:58:26 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: siopvar_common.h,v 1.3.2.2 2000/12/15 04:50:33 he Exp $        */
+/*     $NetBSD: siopvar_common.h,v 1.3.2.3 2001/02/04 18:58:26 he Exp $        */
 
 /*
  * Copyright (c) 2000 Manuel Bouyer.
@@ -76,7 +76,7 @@
 struct siop_xfer {
        struct siop_xfer_common tables;
        /* u_int32_t resel[sizeof(load_dsa) / sizeof(load_dsa[0])]; */
-       u_int32_t resel[24];
+       u_int32_t resel[25];
 } __attribute__((__packed__));
 
 /*



Home | Main Index | Thread Index | Old Index