FTAM Release notes for HP-UX 11.23

Chapter 1
7
HP FTAM Release Notes
Defects and Enhancement requests included in this release
3. JAGae37830
Symptom FTAM resp leaks memory when
NetTL is enabled.
Defect Description When NetTL is enabled the buffer
allocated to hold the PDU is not freed.
Resolution The code has been modified to free the
buffer.
4. JAGae16872
Symptom FTAM resp dies due to AP_AGAIN
error returned by ap_set_env() API.
Defect Description When ap_set_env() returns
AP_AGAIN error, FTAM code has to
retry the ap_set_env() again. The code
is killing ftam_resp daemon if FTAM
resp gets AP_AGAIN error from
ap_set_env(). Ideally FTAM code
should have retried the same
ap_set_env().
Resolution The code has been modified to retry
ap_set_env().
5. JAGad95235
Symptom FTAM Applications using only
synchronous low level APIs fail with
PROTOCOL ERROR.
Defect Description While processing the close request,
FTAM responder calls f_close_ind
twice. The second invocation of
f_close_ind() puts the FTAM
Responder in inconsistent state and
generates the protocol error.
Resolution The code has been modified to remove
the second invocation of f_close_ind().