bugme-daemon@xxxxxxxxxxxxxxxxxxx wrote: > > http://bugzilla.kernel.org/show_bug.cgi?id=6092 > > Summary: drivers/scsi/pcmcia/aha152x_stub.c: aha152x_resume(): > variable used before set > Kernel Version: 2.6.16-rc4 and earlier > Status: NEW > Severity: high > Owner: scsi_drivers-aha152x@xxxxxxxxxxxxxxxxxxxx > Submitter: bunk@xxxxxxxxx > > > David Binderman <dcb314@xxxxxxxxxxx> reported the following bug: > > I just tried to compile the Linux Kernel version 2.6.11.12 > with the most excellent Intel C compiler. It said > > drivers/scsi/pcmcia/aha152x_stub.c(313): remark #592: variable "tmp" is used > before its value is set > tmp.device->host = info->host; > ^ > > This is clearly broken code, since the field tmp.device has not been > initialised, and so isn't pointing to anything. > (good luck - I've brought this to the scsi list a few times. Unmaintained) - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html