[NTDLL]
authorAleksey Bragin <aleksey@reactos.org>
Thu, 7 Oct 2010 21:12:10 +0000 (21:12 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Thu, 7 Oct 2010 21:12:10 +0000 (21:12 +0000)
commit16d16400851d63845afa600739118e78f3c98faa
tree0132074ae41a57cfc754eea08a8b1b96153567aa
parent91397f1a7a3ea696bba7f5fe7221b18c1cba3940
[NTDLL]
- Load image execution options before creating process heap (so that GlobalFlag overrides can be taken into account).
- Make LdrQueryImageFileExecutionOptions avoid heap usage when possible (and when it's not possible, fail with out of memory status).
- Fixes a dramatic count of ~100 failures in "kernel32_winetest heap".

svn path=/trunk/; revision=49045
reactos/dll/ntdll/ldr/startup.c
reactos/dll/ntdll/ldr/utils.c