reactos/dll/ntdll/ldr
Thomas Faber 1c404d838a
[NTDLL:LDR] Fail if section creation fails in LdrpCreateDllSection. CORE-17284
Otherwise we'd call ZwQuerySection on an invalid handle and get:
(ntoskrnl/mm/section.c:4320) Failed to reference section: 0xc0000008

Also correctly check DllCharacteristics: If the argument is missing, the
file is _not_ a system file, i.e. we should check for restrictions.
2020-10-03 13:10:09 +02:00
..
ldrapi.c
ldrinit.c
ldrpe.c
ldrutils.c [NTDLL:LDR] Fail if section creation fails in LdrpCreateDllSection. CORE-17284 2020-10-03 13:10:09 +02:00
verifier.c