Re: [PATCH] svchost: Implementation of svchost (revised submission 2)
Nov. 28, 2007
12:47 p.m.
Roy Shea <roy(a)cs.hmc.edu> writes:
This is another revised and standalone version of the svchost patch. Changes in this revision include:
- Only using HEAP_ZERO_MEMORY in calls to HeapReAlloc. Calls to HeapAlloc explicitly set the NULL terminator when required.
The realloc is overkill too, you can just allocate one extra char from the start, and set it to zero unconditionally. -- Alexandre Julliard julliard(a)winehq.org
6693
Age (days ago)
6693
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard