rpcrt4: Clear an object pointer during unmarshaling, otherwise we
commitd98b73a17ac2903001854b2fc80aad0550995cb2
authorRobert Shearman <rob@codeweavers.com>
Fri, 9 Jun 2006 16:29:28 +0000 (9 17:29 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 9 Jun 2006 19:07:57 +0000 (9 21:07 +0200)
treed538842787bc71007194a9e153f35273450b9a1d
parent578df90d6d7b3d974806a091790388f29a3a36d5
rpcrt4: Clear an object pointer during unmarshaling, otherwise we
could end up using the previously allocated memory even if it isn't
the right size, causing heap corruption.
dlls/rpcrt4/ndr_marshall.c