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 [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
battery [BATTC] Signal the wait battery tag event when notifying Battery Class 2024-12-17 14:23:33 +01:00
bluetooth [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
bus [CMBATT] Minor improvements to estimated battery time code 2025-01-12 20:00:14 +01:00
crypto [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
filesystems [REACTOS] Follow-up of #7632; Revert 3rd-party changes 2025-01-28 20:17:30 +09:00
filters [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
hid
input [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
ksfilter [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
multimedia [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
network [REACTOS] Follow-up of #7632; Revert 3rd-party changes 2025-01-28 20:17:30 +09:00
parallel
processor [DRIVERS][INF] Update Romanian (ro-RO) translation (#6088) 2023-12-09 20:19:54 +01:00
sac [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
serial [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
setup [BLUE] Optimize ScrIoControl for speed (#5185) 2023-03-28 08:12:38 +09:00
storage [MOUNTMGR] MountMgrMountedDeviceArrival(): Fix pool buffer double-free. 2025-01-28 15:29:40 +01:00
usb [REACTOS] Add missing line breaks at end of file 2024-10-06 10:47:11 +03:00
wdm [CMIDriver] Disable a clang warning 2025-01-14 13:34:24 +02:00
wmi
CMakeLists.txt