rpcrt4: Fix potential NULL pointer access in process_bind_packet.
commiteb0d2828b243a751628dd4b5467d1dace9f32767
authorRob Shearman <robertshearman@gmail.com>
Fri, 13 Nov 2009 22:47:10 +0000 (13 22:47 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 16 Nov 2009 10:34:58 +0000 (16 11:34 +0100)
tree1d939071744caa21655cb92aa16399384c4bce4a
parent79307e596ee0c0e1cf9cbd9e0b1f11f80ad39f50
rpcrt4: Fix potential NULL pointer access in process_bind_packet.

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