reactos/drivers/storage
Max Korostil 606e996e1f
[UNIATA] Fix memory corruption if SCSIOP_SERVICE_ACTION16 processed. (#7717)
Reason: the size of `READ_CAPACITY16_DATA` struct in UniATA driver and ReactOS/Windows SDK were not equal.

- In UniATA driver: `sizeof(READ_CAPACITY16_DATA) == 33` (wrong);
- In ReactOS/Windows SDK: `sizeof(READ_CAPACITY16_DATA) == 32` (correct).

CORE-19696
2025-03-02 19:07:34 +01:00
..
class [INF] Set manufacturer as ReactOS Project for consistency 2022-06-27 17:00:18 +03:00
floppy [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
ide [UNIATA] Fix memory corruption if SCSIOP_SERVICE_ACTION16 processed. (#7717) 2025-03-02 19:07:34 +01:00
mountmgr [MOUNTMGR] MountMgrMountedDeviceArrival(): Fix pool buffer double-free. 2025-01-28 15:29:40 +01:00
partmgr [PARTMGR] Implement support for IOCTL_STORAGE_GET_DEVICE_NUMBER (#7591) 2025-01-06 21:26:43 +01:00
port [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
CMakeLists.txt [PARTMGR] Add the Partition Manager driver 2020-11-13 03:04:15 +03:00