FTAM Release notes for HP-UX 11.23

10
Chapter 1
HP FTAM Release Notes
Defects and Enhancement requests included in this release
Defect Description If API trace is enabled, ft_frattributes()
API uses fprintf() to print Octet string.
Ideally it should have used
print_single_file_pw() function to
print the Octet string.
Resolution The code has been changed to use
print_single_file_pw() to print the
string.
10. JAGad54485
Symptom ft_frattributes_aet() dumps core when
API trace is enabled.
Defect Description If API trace is enabled,
ft_frattributes_aet() API uses fprintf()
to print Octet string. Ideally it should
have used print_single_file_pw()
function to print the Octet string.
Resolution The code has been changed to use
print_single_file_pw() to print the
string.
11. JAGad54054
Symptom ft_fmove_aet() dumps core when API
trace is enabled.
Defect Description If API trace is enabled, then the
parameter passed to
print_file_passwords() by
ft_fmove_aet() API is not correct. The
print_file_passwords() dumps core
when it tries to access the incorrect
parameter passed to it.
Resolution The code has been changed to pass the
correct parameter to
print_file_passwords().
12. JAGad49767
Symptom FTAM application returns without any
error in DATA transfer regime.