Home
last modified time | relevance | path

Searched hist:"176 de8bd" (Results 1 – 1 of 1) sorted by relevance

/reactos/ntoskrnl/io/pnpmgr/
H A Dpnpreport.c176de8bd Wed Oct 09 11:21:29 GMT 2024 Timo Kreuzer <timo.kreuzer@reactos.org> [NTOS:PNP] Don't use a pointer to a stack structure in a work-item

Previously FsRtlNotifyVolumeEvent would pass a pointer to a TARGET_DEVICE_CUSTOM_NOTIFICATION structure on the stack to IoReportTargetDeviceChangeAsynchronous, which would store a pointer to it in a work-item and process that after the stack object was already out of scope. This broke x64 boot. Started happening after recent fixes to IoReportTargetDeviceChangeAsynchronous.