mirror of
https://github.com/reactos/reactos
synced 2025-10-05 16:02:58 +02:00
Addendum to commit b3c55b9e6
(PR #4399).
Passing &CapturedObjectName as pointer to be probed and captured would
fail if e.g. PreviousMode == UserMode, since that pointer is always in
kernel space. Instead, pass the original user-mode pointer.
Bug caught by Timo Kreuzer ;)