HP OSI Transport Services/9000 C.12.00 Release Notes

22 Chapter 1
HP OSI Transport Services/9000 (C.12.00 for HP UX 11.23)
Fixes in this version
Resolution Code has been added to free the
memory allocated at OTS startup,
when OTS is stopped.
10. CR JAGad32322
Symptom Unnecessary debug print statements in
rose API logs.
Defect Description The rose library had some debug print
statements, which were appearing in
the log files when ROSE API
TRACING is enabled.
Resolution Unnecessary debug print statements
have been removed.
11. CR JAGad69661
Symptom TCP bind request fails with Session
applications running over RFC1006.
Defect Description OTS session applications used to fail
with TCP bind request.Following the
bind failure,the local session
application gets a Provider abort and
initiates a User abort to the remote.
So,the remote session application also
used to fail with a Ses-UAB-ID(
Session-User Abort-Indication ).
If the application is binding on a wild
card IP address, the code was not
checking the length field to determine
the length of the RFC header + IP
address field .
In OTS 11.11 , there are some
uninitialized values in these fields.
Since length field was not checked , the
function was succeeding and returning
an invalid IP address value . A bind on
this address would fail.
Resolution Code has been modified to check the
length value of the RFC header + IP
address field.