1. 18 Aug, 2016 7 commits
  2. 13 Aug, 2016 1 commit
  3. 12 Aug, 2016 1 commit
  4. 11 Aug, 2016 2 commits
  5. 10 Aug, 2016 4 commits
  6. 08 Aug, 2016 1 commit
  7. 15 Nov, 2015 5 commits
  8. 13 Nov, 2015 1 commit
  9. 18 Sep, 2015 1 commit
  10. 13 Aug, 2015 1 commit
  11. 30 Jun, 2015 1 commit
  12. 27 Jun, 2015 2 commits
  13. 11 Apr, 2015 1 commit
  14. 10 Apr, 2015 1 commit
  15. 03 Apr, 2015 1 commit
  16. 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
  17. 19 Feb, 2015 1 commit
  18. 03 Oct, 2014 3 commits
  19. 23 Sep, 2014 1 commit
  20. 12 Sep, 2014 2 commits
  21. 08 Sep, 2014 1 commit
  22. 29 Aug, 2014 1 commit