1. 10 Aug, 2016 2 commits
  2. 08 Aug, 2016 1 commit
  3. 15 Nov, 2015 5 commits
  4. 13 Nov, 2015 1 commit
  5. 18 Sep, 2015 1 commit
  6. 13 Aug, 2015 1 commit
  7. 30 Jun, 2015 1 commit
  8. 27 Jun, 2015 2 commits
  9. 11 Apr, 2015 1 commit
  10. 10 Apr, 2015 1 commit
  11. 03 Apr, 2015 1 commit
  12. 25 Mar, 2015 1 commit
    • Austin Clements's avatar
      Fix missing NUL-terminator in grep · 7443b964
      Austin Clements authored
      Currently, grep read()s into a buffer and then uses the buffer as a
      string. Since there's no NUL-terminator, this can cause it to falsely
      identify line breaks and matches from leftover data on earlier lines
      and, if a line fills up the entire buffer, to read past the end of the
      buffer.
      
      Fix this by NUL-terminating any data returned by read().
      
      Thanks to Keiichi Watanabe for the report.
      7443b964
  13. 19 Feb, 2015 1 commit
  14. 03 Oct, 2014 3 commits
  15. 23 Sep, 2014 1 commit
  16. 12 Sep, 2014 2 commits
  17. 08 Sep, 2014 1 commit
  18. 29 Aug, 2014 3 commits
  19. 28 Aug, 2014 6 commits
  20. 27 Aug, 2014 2 commits
  21. 04 Aug, 2014 2 commits
  22. 31 Jul, 2014 1 commit