Files
linux/drivers
Brian King 66e0522526 [PATCH] Fix SCSI scanning slab corruption
There is a double free in the scsi scan code if a LLDD's slave_alloc()
call fails.  There is a direct call to scsi_free_queue and then the
following put_device calls the release function, which also frees the
queue.

Remove the redundant scsi_free_queue.

Signed-off-by: Brian King <brking@us.ibm.com>
Tested-by: Nathan Lynch <ntl@pobox.com>
[ Also removed some strange whitespace artifacts in that area ]
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-12-12 12:35:39 -08:00
..
2005-11-23 23:03:06 -08:00
2005-12-12 08:57:43 -08:00
2005-12-12 08:57:46 -08:00
2005-10-30 17:37:10 -08:00
2005-10-30 17:37:32 -08:00
2005-11-28 21:00:29 +00:00
2005-12-06 17:36:44 -08:00
2005-11-07 07:54:09 -08:00
2005-11-29 21:39:23 -08:00
2005-11-29 19:47:04 -08:00
2005-10-30 17:37:32 -08:00
2005-12-03 20:50:51 -08:00