reactos/drivers
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
..
base
battery
bluetooth
bus
crypto
filesystems [REACTOS] Follow-up of #7632; Revert 3rd-party changes 2025-01-28 20:17:30 +09:00
filters
hid
input
ksfilter
multimedia
network [REACTOS] Follow-up of #7632; Revert 3rd-party changes 2025-01-28 20:17:30 +09:00
parallel
processor
sac
serial
setup
storage [MOUNTMGR] MountMgrMountedDeviceArrival(): Fix pool buffer double-free. 2025-01-28 15:29:40 +01:00
usb
wdm
wmi
CMakeLists.txt