|
Distinct ONC RPC/XDR Toolkit Ver. 4.0 Patch A Release Notes. July 11th 2002 Release notes for Distinct ONC RPC/XDR for C/C++ and Delphi
Version 4.0 Patch A
-------------------
Patch A is being released to correct the following:
RPCGEN
------
RPCGEN now generates a hook in the server stub to let user free
the memory allocated in the user application: server_freeresult().
Sample code has also been modified to reflect this addition.
D32-rpc.dll
-----------
An error in the encoding done by the following functions has been corrected:
xdr_float(), xdr_double(), xdr_longlong_t(),
xdr_u_longlong_t(), xdr_hyper(), xdr_u_hyper()
The problem of client/server failure on the same host after terminating
a server abruptly several times has been fixed.
DRPCSRVR.dll
------------
The problem of client/server failure on the same host after terminating
a server abruptly several times has been fixed.
Corrected the memory leak in svc_run that was occuring on certain versions
of Windows.
RPCBIND
-------
The problem which was causing a memory conflict on receiving a broadcast
request is solved (problem was in the RPCBPROC_CALLIT procedure).
d32-rpc.h
---------
Made changes to the header file to avoid conflicts with the definitions
in other C header files.
Samples
-------
Changes were made to all samples to reflect the above changes.
|
|
|