1. 13 Jan, 2017 4 commits
  2. 12 Jan, 2017 21 commits
  3. 11 Jan, 2017 10 commits
  4. 10 Jan, 2017 5 commits
    • Morris Jette's avatar
      Fix bad logix in proctrack/linuxproc reported by Coverity · 93adc329
      Morris Jette authored
      This isn't a new bug, but logic in this area changed and Coverity
        reported it as a new problem (duplicate logic). The logic also
        incorrectly used a strstr() rather than strcmp() to find maching
        process names.
      93adc329
    • Morris Jette's avatar
      Fix for SPANK break · 4e6382eb
      Morris Jette authored
      Fixing a resource leak reported by Coverity in the SPANK logic
        resulted in unmounting the spank object and losing locally
        stored information. Regression test7.11 broke with the new
        code. We'll need to live with the error reported by Coverity
        and keep SPANK running. This is a partial reversion of commit
        6fb3fea3
      4e6382eb
    • Morris Jette's avatar
      Address srun signal race condition · c2e6cc23
      Morris Jette authored
      Regression tests 1.63 was sometimes failing due to a race condition.
        Specifically, the srun command was signalled prior to completion
        of the task launch process, so the "tasks_started" bitmap did not
        yet have it's bits set, resulting in the signal send request being
        silently ignored.
      c2e6cc23
    • Morris Jette's avatar
      Fix for memory bug · dad0970f
      Morris Jette authored
      This sets a memory pointer to NULL after releasing its memory to
        avoid a duplicate xfree call. Bug introduced in commit
        07ae3e72
      dad0970f
    • Morris Jette's avatar
      Fix memory leak reported by Coverity · c88a8917
      Morris Jette authored
      c88a8917