A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Aleksey Bragin 2d9edcdec1 [NTDLL/LDR]
- Fix wrong loop condition which would often lead to heap underread.
- Fix wrong subkey string length calculation, which would result in an incorrect string being used to open an image specific key.
- Don't close the key handle in LdrQueryImageFileKeyOption() because it's used more than once and closed after it's not needed anymore.
- Use Zw* functions instead of Nt* where necessary in LdrQueryImageFileKeyOption().
- Per-image execution options work now (e.g. enabling DPH).

svn path=/trunk/; revision=53446
2011-08-25 22:25:25 +00:00
reactos [NTDLL/LDR] 2011-08-25 22:25:25 +00:00
rosapps [SYSTEMINFO] 2011-04-05 21:20:42 +00:00
rostests [USER32_WINETEST] 2011-08-24 08:42:37 +00:00
wallpaper