You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bad dereferences when passed a NULL parameter to PMIx_Init
Missed a couple of spots that reference the "proc" parameter in
PMIx_Init, which is allowed to be NULL. Use a different place
to get the desired data and avoid the issue.
Thanks to @krempel-pt for the report.
Signed-off-by: Ralph Castain <[email protected]>
0 commit comments