mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
which implements the required functionality. ntdll and ntoskrnl now have a wrapper for this, with SEH. This protects the function against malformed / bad images, whilst still being able to use the code in freeldr et al. Idea from Thomas. CORE-14857