Skip to content
Snippets Groups Projects
Commit 259904b0 authored by Piortr Lesnicki's avatar Piortr Lesnicki Committed by Morris Jette
Browse files

PMI2 strcpy bug

This is the correction of the slurm client which otherwise fails the
PMI2_Init() step. This hidden bug was introduced in the standalone
client made from BULL and David's modification made it occur : a wrong
size (by 1 too short) was passed to strncpy for keys, then David
replaced strncpy by MPICH's MPIU_Strncpy forcing a terminal '\0'.

Bug 359
parent dd31776d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment