CB27003C

Explanation

numsrc is pointed to a non-zero value, but slist is NULL.

Programmer response

Correct the value of numsrc or the value of slist. slist not permitted to be NULL when numsrc is not zero.

Symbolic Feedback Code

JrEdcXfr5Einval29