1. 24 Jan, 2017 1 commit
    • Morris Jette's avatar
      Fix tests for some configurations · e8bb2944
      Morris Jette authored
      Some portions of tests 21.30 and 21.34 failed with accounting and
      priority basic. These changes disable portions of those tests as
      needed based upon configuration.
      e8bb2944
  2. 21 Jan, 2017 1 commit
  3. 04 Jan, 2017 3 commits
  4. 03 Jan, 2017 4 commits
  5. 17 Oct, 2016 2 commits
  6. 30 Aug, 2016 1 commit
  7. 12 Jul, 2016 1 commit
  8. 06 Jul, 2016 2 commits
  9. 22 Jun, 2016 3 commits
  10. 16 Jun, 2016 2 commits
  11. 15 Jun, 2016 2 commits
  12. 14 Jun, 2016 1 commit
  13. 10 Jun, 2016 3 commits
  14. 09 Jun, 2016 3 commits
  15. 07 Jun, 2016 2 commits
    • Morris Jette's avatar
      Fix for possible invalid memory reference · 2bbc0add
      Morris Jette authored
      Make sure that /proc/#/stat file is NULL terminated to avoid
      having sscan() go off the end of a buffer.
      bug 2234
      2bbc0add
    • Dominik Bartkiewicz's avatar
      Fix hostrange_hn_within to allow for mixed prefix lengths. · 7843e158
      Dominik Bartkiewicz authored
      While here, mark options const, and add leading underscore to denote this
      as a static function (only called within hostlist.c). Also change strcmp
      to xstrcmp.
      
      Commit a6ffef22 changed this function and would alter the input hn,
      which led to subsequent calls to the function having wrong prefix
      lengths for that hostrange precluding it from matching correctly.
      
      Bug 2558.
      7843e158
  16. 06 Jun, 2016 2 commits
  17. 03 Jun, 2016 2 commits
  18. 02 Jun, 2016 3 commits
  19. 31 May, 2016 2 commits