Sweden-Number/dlls/rpcrt4
Rob Shearman 34dd534250 rpcrt4: Fix memory leak of 0-byte buffer allocated during processing of bind packets.
In this case conn->server_binding will be NULL and consequently
bind->Handle will be NULL, causing I_RpcFreeBuffer to fail. Therefore
just use I_RpcFree to free the buffer as that is just what
I_RpcFreeBuffer does under the hood anyway.
2008-09-12 16:49:56 +02:00
..
tests rpcrt4: Don't crash in NdrDllGetClassObject when a NULL pclsid is passed in. 2008-09-12 16:49:48 +02:00
Makefile.in
cproxy.c
cpsf.c rpcrt4: Don't crash in NdrDllGetClassObject when a NULL pclsid is passed in. 2008-09-12 16:49:48 +02:00
cpsf.h
cstub.c
epm.idl
epm_towers.h
ncastatus.h
ndr_clientserver.c
ndr_contexthandle.c
ndr_es.c
ndr_fullpointer.c
ndr_marshall.c rpcrt4: Change type of len parameter of NdrAllocate from size_t to SIZE_T. 2008-09-08 12:51:37 +02:00
ndr_misc.h
ndr_ole.c
ndr_stubless.c
ndr_stubless.h
rpc_assoc.c
rpc_assoc.h
rpc_async.c
rpc_binding.c rpcrt4: Fix typo in unescape_string_binding_componentW. 2008-09-08 12:47:20 +02:00
rpc_binding.h
rpc_defs.h
rpc_epmap.c rpcrt4: Only start the RpcSs process for handles to the local server. 2008-09-08 12:47:20 +02:00
rpc_message.c rpcrt4: Print error messages from RPC message functions when they are called in an invalid way. 2008-09-12 16:49:45 +02:00
rpc_message.h
rpc_server.c rpcrt4: Fix memory leak of 0-byte buffer allocated during processing of bind packets. 2008-09-12 16:49:56 +02:00
rpc_server.h rpcrt4: Free the memory for a registered interface that is in use and when WaitForCallsToComplete is 0. 2008-09-12 16:49:42 +02:00
rpc_transport.c
rpcrt4.spec rpcrt4: Implement RpcBindingReset. 2008-08-19 12:54:31 +02:00
rpcrt4_main.c
version.rc