PROBLEM: (76368) (PATCH ID: OSF425-1041) ******** This patch fixes a problem with the /usr/ucb/fixso command that can cause a segmentation fault. For example, without this fix, the fixso command could generate a segmentation fault, as follows: % /usr/ucb/fixso -w -n librt.so Segmentation fault (core dumped) With this patch, fixso will successfully fix the application: % /usr/ucb/fixso -w -n librt.so %