reactos/drivers/usb/usbstor
Justin Miller a65b6ae946
[USBSTOR] Don't assert on clean up if initization didnt finish (#7412)
During investigation into some of the USB stack issues we've been running into I've found that when a USB storage device is already plugged in during boot and removed before it finishes initialization we run into this assert.

The logic in this function removes the pools made for the following entries in DeviceExtension indiscriminately this makes debugging a bit more difficult. Instead of depending on this behavior of ALWAYS being filled with valid data, let's free the following pools ONLY if they're initialized. This change prevents us from bugchecking when USB flash drives are removed early during boot. This makes the debugging experience a little more sane.
2024-10-02 23:21:50 +02:00
..
CMakeLists.txt
descriptor.c
disk.c
error.c
fdo.c [USBSTOR] Don't assert on clean up if initization didnt finish (#7412) 2024-10-02 23:21:50 +02:00
guid.c
misc.c
pdo.c
queue.c
scsi.c
usbstor.c
usbstor.h
usbstor.inf
usbstor.rc