1. 11 Apr, 2015 1 commit
  2. 10 Apr, 2015 1 commit
  3. 03 Apr, 2015 1 commit
  4. 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
  5. 19 Feb, 2015 1 commit
  6. 03 Oct, 2014 3 commits
  7. 23 Sep, 2014 1 commit
  8. 12 Sep, 2014 2 commits
  9. 08 Sep, 2014 1 commit
  10. 29 Aug, 2014 3 commits
  11. 28 Aug, 2014 6 commits
  12. 27 Aug, 2014 2 commits
  13. 04 Aug, 2014 2 commits
  14. 31 Jul, 2014 1 commit
  15. 04 Mar, 2013 1 commit
  16. 24 Oct, 2012 1 commit
  17. 11 Sep, 2012 1 commit
  18. 07 Sep, 2012 1 commit
  19. 28 Aug, 2012 4 commits
  20. 24 Aug, 2012 1 commit
    • Austin Clements's avatar
      Various fixes and improvements to printpcs · 951b77f7
      Austin Clements authored
      Search for an addr2line that supports elf32-i386.  Don't print the
      path of addr2line as a side-effect of which.  Don't uselessly pipe
      "grep '^ '" to addr2line's stdin.  Enable as many pretty-printing and
      otherwise helpful options as possible (this makes the output *much*
      more pleasant on modern addr2lines).
      951b77f7
  21. 23 Aug, 2012 5 commits