[1/5] wsdapi: Implement WSD LinkedMemory functions [try 4]

Alexandre Julliard julliard at winehq.org
Tue May 2 15:49:34 CDT 2017


Owen Rudge <orudge at codeweavers.com> writes:

> +    ptr = HeapAlloc(procHeap, HEAP_ZERO_MEMORY, MEMORY_ALLOCATION_SIZE + cbSize);

Are all allocations supposed to be zeroed?  This is a little surprising,
it would need a test too.

> +
> +    srand((unsigned)time(NULL));

Please don't do that, test results need to be reproducible.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list