ntdll: When using HEAP_ZERO_MEMORY in heap allocation functions, don't clear the...
commite7d91129d9ba966b12f4dc6ba8100886d85102f7
authorRob Shearman <rob@codeweavers.com>
Wed, 20 Feb 2008 12:57:30 +0000 (20 12:57 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Feb 2008 12:00:05 +0000 (21 13:00 +0100)
tree74433aade50a0044944b411b5dcbb70cb7100460
parent10b38faf3adb42273084eb267fba20ab1704af27
ntdll: When using HEAP_ZERO_MEMORY in heap allocation functions, don't clear the whole block.

Instead only clear the number of bytes requested and mark the remainder
as uninitialised.
dlls/ntdll/heap.c