PROBLEM: (QAR 59863, QAR 59323) (Patch ID: OSF375-217) ******** This patch fixes a problem that was caused by both floating point and integer overflow exceptions setting the si_code member in the siginfo structure to FPE_FLTOVF. Integer overflow exceptions should set the si_code member to FPE_INTOVF, as documented in siginfo(5).