rpcrt4: Fix uninitialised memory read in ndr_marshall tests.

Rob Shearman robertshearman at gmail.com
Sun Nov 29 04:31:05 CST 2009


The memory needs to be initialised since NDR will look at the memory
to see if it needs to allocate memory for embedded pointers.
---
 dlls/rpcrt4/tests/ndr_marshall.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Should fix all of the unitialised memory reads here:
http://kegel.com/wine/valgrind/logs/2009-11-27-12.53/vg-rpcrt4_ndr_marshall.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-rpcrt4-Fix-uninitialised-memory-read-in-ndr_marshall.patch
Type: text/x-patch
Size: 585 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20091129/3958b56d/attachment.bin>


More information about the wine-patches mailing list