Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 04/18/2000 21:49:52
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.