1. 21 Jan, 2017 1 commit
  2. 04 Jan, 2017 3 commits
  3. 03 Jan, 2017 4 commits
  4. 17 Oct, 2016 2 commits
  5. 30 Aug, 2016 1 commit
  6. 12 Jul, 2016 1 commit
  7. 06 Jul, 2016 2 commits
  8. 22 Jun, 2016 3 commits
  9. 16 Jun, 2016 2 commits
  10. 15 Jun, 2016 2 commits
  11. 14 Jun, 2016 1 commit
  12. 10 Jun, 2016 3 commits
  13. 09 Jun, 2016 3 commits
  14. 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
  15. 06 Jun, 2016 2 commits
  16. 03 Jun, 2016 2 commits
  17. 02 Jun, 2016 3 commits
  18. 31 May, 2016 3 commits