1. 04 Jan, 2017 1 commit
    • Tim Wickberg's avatar
      Fix security issue in _prolog_error(). · 465c98cc
      Tim Wickberg authored
      Fix security issue caused by insecure file path handling triggered by
      the failure of a Prolog script. To exploit this a user needs to
      anticipate or cause the Prolog to fail for their job.
      
      CVE-2016-10030.
      465c98cc
  2. 03 Jan, 2017 4 commits
  3. 17 Oct, 2016 2 commits
  4. 30 Aug, 2016 1 commit
  5. 12 Jul, 2016 1 commit
  6. 06 Jul, 2016 2 commits
  7. 22 Jun, 2016 3 commits
  8. 16 Jun, 2016 2 commits
  9. 15 Jun, 2016 2 commits
  10. 14 Jun, 2016 1 commit
  11. 10 Jun, 2016 3 commits
  12. 09 Jun, 2016 3 commits
  13. 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
  14. 06 Jun, 2016 2 commits
  15. 03 Jun, 2016 2 commits
  16. 02 Jun, 2016 3 commits
  17. 31 May, 2016 5 commits
  18. 28 May, 2016 1 commit