reactos/drivers/storage
Hermès Bélusca-Maïto 8d91d4c8e1
[MOUNTMGR] MountMgrMountedDeviceArrival(): Fix pool buffer double-free.
`DeviceInformation->DeviceName.Buffer` was already freed via the previous
  `FreePool(TargetDeviceName.Buffer);` call,
since `DeviceInformation->DeviceName` was set to `TargetDeviceName` above
in the code. This resulted in a pool double-free, triggering a corruption
of the pool, and a BSoD.

What had to be freed instead, is `DeviceInformation->SymbolicName.Buffer`
that is allocated at the beginning of the function.
2025-01-28 15:29:40 +01:00
..
class
floppy [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
ide [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03: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