On Thu, 9 Jul 2015 05:00:50 -0500, Jantje. <[email protected]> wrote:
> >Should I do a PMR? > So I did a PMR and IBM has been most helpful in dissecting the code. Turns out that there was one occurrence of the strncpy() invocation where one of the arguments resolved to a null pointer due to dereferencing it once too many. That causes the IPA link to revert to calling the library implementation instead of the built-in one. And, because of another oversight in the code, that code path was never called in the case that pointer resolved to null, it did not fall over at runtime either... Thanks again IBM for digging into this so deep and for pulling me out of the mud. Jantje. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
