rpcrt4: Fix potential NULL pointer access in process_bind_packet.

Rob Shearman robertshearman at gmail.com
Fri Nov 13 16:47:10 CST 2009


Upon failure to allocate results in process_bind_packet, build nack
packet and send right away, instead of falling into the normal path
and potentially dereferencing the NULL pointer.
---
 dlls/rpcrt4/rpc_server.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-rpcrt4-Fix-potential-NULL-pointer-access-in-process_.patch
Type: text/x-patch
Size: 593 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20091113/526880d2/attachment.bin>


More information about the wine-patches mailing list