lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 2 Mar 2011 14:28:51 -0500
From:	Chen Liu <chenliunju@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: [Patch] Patch for bug 13547

Hi everyone,

There is a patch generated by the tool R2Fix for bug 13547. Could you
take a look at them? Thanks!
The patch:
--- linux-2.6.30/drivers/scsi/FlashPoint.c    2009-06-09
23:05:27.000000000 -0400
+++ /tmp/cocci-output-726-34f8c9-FlashPoint.c    2011-02-23
22:05:29.765164083 -0500
@@ -1212,7 +1212,7 @@ static unsigned long FlashPoint_Hardware

     ioport = pCardInfo->si_baseaddr;

-    for (thisCard = 0; thisCard <= MAX_CARDS; thisCard++) {
+    for (thisCard = 0; thisCard < MAX_CARDS; thisCard++) {

         if (thisCard == MAX_CARDS) {



Best,
Chen
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ