1. 07 May, 2018 1 commit
    • Geoff Simmons's avatar
      Bugfix: off-by-one errors in the rewrite methods and functions. · 46b5261c
      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.
      46b5261c
  2. 01 Apr, 2018 3 commits
  3. 21 Dec, 2017 1 commit
  4. 23 Nov, 2017 3 commits
  5. 22 Nov, 2017 2 commits
  6. 10 Nov, 2017 1 commit
  7. 09 Nov, 2017 7 commits
  8. 24 Oct, 2017 1 commit
  9. 22 Oct, 2017 2 commits
  10. 17 Oct, 2017 5 commits
  11. 16 Oct, 2017 4 commits
  12. 12 Oct, 2017 3 commits
  13. 11 Oct, 2017 5 commits
  14. 04 Oct, 2017 2 commits