[5490] in linux-scsi channel archive
SCSI CDROM driver bug
daemon@ATHENA.MIT.EDU (Alexander Feigl)
Sat Dec 26 04:50:12 1998
Date: Sat, 26 Dec 1998 08:35:03 +0000
From: Alexander Feigl <Alexander.Feigl@gmx.de>
To: linux-scsi@vger.rutgers.edu
Hello!
I have found a small but annoying bug in the SCSI CDROM driver of linux
2.1.132. (in the module sr_ioctl.c)
If the user calls CDROMREADMODE1 (or similar) with an invalid LBA, the
buffers which were allocated with scsi_malloc() remain allocated because
the function is left without calling scsi_free(). If the user continues
calling with invalid LBA, this eats up all available buffers.
If you have further questions please mail me directly because I have not
subscribed this list.
Greetings
Alexander Feigl
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.rutgers.edu