reactos/drivers/storage/ide
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
..
atapi
pciide
pciidex [PCIIDEX] Improve and fix the driver 2023-07-16 13:20:30 +03:00
uniata [UNIATA] Fix memory corruption if SCSIOP_SERVICE_ACTION16 processed. (#7717) 2025-03-02 19:07:34 +01:00
CMakeLists.txt