1. 11 Jul, 2013 1 commit
  2. 10 Jul, 2013 9 commits
  3. 09 Jul, 2013 17 commits
  4. 08 Jul, 2013 1 commit
  5. 06 Jul, 2013 2 commits
  6. 05 Jul, 2013 8 commits
  7. 03 Jul, 2013 2 commits
    • Morris Jette's avatar
      Prevent possible buffer overflow · c2b4c0d4
      Morris Jette authored
      c2b4c0d4
    • Piortr Lesnicki's avatar
      PMI2 strcpy bug · 259904b0
      Piortr Lesnicki authored
      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
      259904b0