1. 13 Jan, 2017 7 commits
  2. 12 Jan, 2017 21 commits
  3. 11 Jan, 2017 10 commits
  4. 10 Jan, 2017 2 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