reactos/drivers/storage
Hermès Bélusca-Maïto 8bb7cd286b
[MOUNTMGR] Fix three more bugs in MountMgrQueryDosVolumePath() (#6990)
- When trying to find a device, don't fail with STATUS_NOT_FOUND if no
  associated symbolic links are present. Instead, that test was wrong,
  and should go out of the search loop to do the drive-letter processing.

  Addendum to commit f9f5a78715.

- In addition, when using the associated-device method, fix the list
  used to retrieve the corresponding device.

- In the TryWithVolumeName: block, reset DeviceString to NULL after
  freeing, so that we can correctly fail with STATUS_NOT_FOUND if no
  suitable device was found, before initializing the output data.
2025-01-21 19:16:01 +01:00
..
class
floppy [FLOPPY] "zero" parameters in IoQueryDeviceDescription() call are NULL pointers. 2023-06-14 11:24:47 +02:00
ide [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
mountmgr [MOUNTMGR] Fix three more bugs in MountMgrQueryDosVolumePath() (#6990) 2025-01-21 19:16:01 +01:00
partmgr [PARTMGR] Implement support for IOCTL_STORAGE_GET_DEVICE_NUMBER (#7591) 2025-01-06 21:26:43 +01:00
port [DRIVERS][INF] Update Romanian (ro-RO) translation (#6088) 2023-12-09 20:19:54 +01:00
CMakeLists.txt