On 07.06.2017 19:39, Zebediah Figura wrote:
From testing on Windows 7, it appears Windows doesn't do this either. Also, the virtual size is already limited in ntdll, so that check is unnecessary as well.
This fixes a bug with sndrec32.exe giving OOM errors when recording.
Signed-off-by: Zebediah Figura z.figura12@gmail.com
dlls/kernel32/heap.c | 10 ---------- 1 file changed, 10 deletions(-)
Are you sure you tested it correctly (with a binary that does not have IMAGE_FILE_LARGE_ADDRESS_AWARE set)? And what about Adobe Illustrator 8 which depends on this, according to the comment in the source code?
Regards, Sebastian