Fix null pointer deref in pending check
Depending on how some uninitialized data was prepopulated, the ibsend
check was periodically crashing out in the call to
MPID_Request_is_pending_failure. Some simple sanity checking to make
sure the input data wasn't NULL takes care of this.
Signed-off-by:
Huiwei Lu <huiweilu@mcs.anl.gov>
Please register or sign in to comment