Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   enami
Date:           Wed Apr 19 04:49:51 UTC 2000

Modified Files:
        syssrc/sys/dev/scsipi: scsiconf.c

Log Message:
Allocate the variable `inqbuf' in scsi_probedev on stack rather than
statically.  Since this function may called for another luns immediately,
allocating it statically doesn't make sense and may cause race condition
as pointed out by PR#9749.


To generate a diff of this commit:
cvs rdiff -r1.139 -r1.140 syssrc/sys/dev/scsipi/scsiconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index