critical impact:
Miscellaneous unclassified APIs - not supported (CrUn55)
Problem description
The ldr_atexit, getaddressconf, rpmatch, uitrunc, and itrunc routines exist on Tru64 UNIX and may or may not exist on HP-UX. If they do exist, it is in an unsupported or undocumented manner. Also, the use of these routines might result in unexpected behavior.
The ldr_atexit routine runs termination functions for shared libraries. The getaddressconf routine gets information about the system address space configuration. The rpmatch routine determines whether a response is affirmative or negative. The itrunc and uitrunc routines truncate a floating-point number. Note: This is trivial on machines that can convert the truncated double to int. Identifiers
 getaddressconf |
 ldr_atexit |
 uitrunc |
 itrunc |
 rpmatch |
|
See also
Solution description
Review your code and applicable manpages to determine how to resolve this issue.
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| UN |
C, C++ |
any HP-UX 11i version |
critical |
unavailable |
|