1. 07 May, 2018 1 commit
    • Geoff Simmons's avatar
      Bugfix: off-by-one errors in the rewrite methods and functions. · 91fc253b
      Geoff Simmons authored
      The terminating null byte for the C string result is written at
      the index given by std::string.size() for the C++ string. It had
      been written at one past that index.
      
      WS_Release() must then ensure that the terminating null byte is
      within the allocated portion of workspace.
      91fc253b
  2. 19 Dec, 2017 2 commits
  3. 23 Nov, 2017 5 commits
  4. 22 Nov, 2017 9 commits
  5. 23 Oct, 2017 13 commits
  6. 11 Oct, 2017 3 commits
  7. 04 Oct, 2017 3 commits
  8. 28 Sep, 2017 1 commit
  9. 27 Sep, 2017 1 commit
  10. 09 Jun, 2017 1 commit
  11. 05 Jun, 2017 1 commit