1. 23 May, 2018 1 commit
    • Dave Cridland's avatar
      Remove static qualifier from var in SET_OF__encode_sorted · 73d2939a
      Dave Cridland authored
      The function `SET_OF__encode_sorted` stored the working element buffer
      in a static variable. If called recursively (that is, when performing
      encoding of a SET containing another SET) the outermost element buffer
      is therefore clobbered by the innermost call.
      
      This causes a SEGV on continuation of the outermost call.
      
      Bug found during testing of [https://github.com/surevine/spiffing Spiffing],
      fix verified with the same test suite.
      73d2939a
  2. 21 Nov, 2017 6 commits
  3. 20 Nov, 2017 1 commit
  4. 18 Nov, 2017 9 commits
  5. 15 Nov, 2017 3 commits
  6. 14 Nov, 2017 12 commits
  7. 12 Nov, 2017 5 commits
  8. 11 Nov, 2017 1 commit
  9. 07 Nov, 2017 2 commits