ntdll: Raise debug exceptions when invalid heap is destroyed.
commit255270373e036f06578f71afa7af8765212e0652
authorRémi Bernon <rbernon@codeweavers.com>
Thu, 19 Nov 2020 09:25:23 +0000 (19 10:25 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 20 Nov 2020 18:01:04 +0000 (20 19:01 +0100)
treed6a9fe889ac71b4bcefd60a090f72f710689e0dc
parentc5129d6fc083514bf7b854d3403148627fe66475
ntdll: Raise debug exceptions when invalid heap is destroyed.

And when PEB->BeingDebugged is set to 1. Lords Of The Fallen anti-tamper
does this and only continues if a DBG_PRINTEXCEPTION_C is received.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/heap.c
dlls/ntdll/tests/rtl.c