1. 20 Apr, 2016 16 commits
  2. 17 Apr, 2016 2 commits
  3. 26 Mar, 2016 1 commit
  4. 18 Nov, 2015 1 commit
    • Jan-Erik Rediger's avatar
      Prevent buffer overflow when formatting the error · 0335cb3e
      Jan-Erik Rediger authored
      strncat might copy n+1 bytes (n bytes from the source plus a terminating nul byte).
      Also strncat appends after the first found nul byte. But all we pass is
      a buffer we might not have zeroed out already.
      
      Closes #380
      0335cb3e
  5. 27 Oct, 2015 2 commits
  6. 18 Oct, 2015 1 commit
  7. 05 Oct, 2015 1 commit
  8. 16 Sep, 2015 2 commits
  9. 14 Sep, 2015 2 commits
  10. 25 Aug, 2015 1 commit
  11. 24 Aug, 2015 2 commits
  12. 27 Jul, 2015 9 commits