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 [RTL] Implement LdrpRecordUnloadEvent 2020-04-26 14:35:51 +02:00
ldrinit.c [RTL] Add code to SxS manifest parser to parse XML namespaces (#2512) 2020-09-20 22:56:42 +02:00
ldrpe.c [NTDLL] Rename ExportEntry to ExportDirectory to better represent what it is 2020-05-23 17:30:52 +02:00
ldrutils.c [NTDLL:LDR] Fail if section creation fails in LdrpCreateDllSection. CORE-17284 2020-10-03 13:10:09 +02:00
verifier.c [LDR] Initial verifier implementation 2018-05-12 13:35:10 +02:00