rpcrt4: Fix uninitialised memory read in ndr_marshall tests.
authorRob Shearman <robertshearman@gmail.com>
Sun, 29 Nov 2009 10:31:05 +0000 (10:31 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 29 Nov 2009 15:40:20 +0000 (16:40 +0100)
commitc8f9df7f1e3d2e068d4c76f4db8374afe854957b
tree8c9ba89ff16e538f2e9813f69317a4be1be31b15
parentadd909a0210259c763c3ee7e087503fc8d146451
rpcrt4: Fix uninitialised memory read in ndr_marshall tests.

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