HP OSI Transport Services/9000 C.11.01 Release Notes

HP OSI Transport Services/9000 Release Notes
Patches and Fixes in this Version
Chapter 1 17
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.
21. 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.
22. CR JAGad71962
Symptom Executing lsof command after OTS is
started results in system panic.
Defect Description OTS sets the write side qi_minfo to
null for the ositmr device. Any kernel
routine that attempts to dereference
the fields of qi_minfo structure could
crash the system.