[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200707262111.21296.bzolnier@gmail.com>
Date: Thu, 26 Jul 2007 21:11:21 +0200
From: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>
To: "Jordan Crouse" <jordan.crouse@....com>
Cc: bunk@...sta.de, linux-ide@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: drivers/ide/pci/cs5535.c: array overrun
Hi,
On Tuesday 24 July 2007, Jordan Crouse wrote:
> > The Coverity checker spotted the following array overrun in
> > drivers/ide/pci/cs5535.c:
>
> <-- snip -->
>
> > if (speed >= XFER_UDMA_0 && speed <= XFER_UDMA_7)
> > reg |= cs5535_udma_timings[speed - XFER_UDMA_0];
Not a bug per se since the upper layer will never feed this function
with speed > XFER_UDMA_4 (thanks to ->ultra_mask being set to 0x1f).
Worth fixing anyway.
> Fix is attached. Somebody got overzealous - the 5535 only supports
> up to UDMA4, which matches the array.
applied, thanks
Bart
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists