rpcrt4: Fix crash in rpcrt4_ncalrpc_parse_top_of_tower due to unconditionally derefer...
commit498216fc117b56d605339b4cb368bdc1fca20aeb
authorRob Shearman <robertshearman@gmail.com>
Sun, 10 Aug 2008 17:23:40 +0000 (10 18:23 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 12:35:21 +0000 (18 14:35 +0200)
tree28353acbe27239b919b4e9f74637bb853a6e96c4
parent54e904e780e7c6c6b05f818932f684d4f0d46750
rpcrt4: Fix crash in rpcrt4_ncalrpc_parse_top_of_tower due to unconditionally dereferencing networkaddr and endpoint variables.

These can be NULL when parts of the tower are not required.
dlls/rpcrt4/rpc_transport.c