Skip to content
Snippets Groups Projects
  1. Nov 13, 2015
  2. Aug 12, 2015
  3. Jun 30, 2015
  4. Jun 27, 2015
  5. Apr 10, 2015
  6. Apr 03, 2015
  7. Mar 24, 2015
    • 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
  8. Feb 19, 2015
  9. Oct 03, 2014
  10. Sep 23, 2014
  11. Sep 12, 2014
  12. Sep 08, 2014
  13. Aug 29, 2014
  14. Aug 28, 2014
  15. Aug 27, 2014
  16. Aug 04, 2014
  17. Jul 31, 2014
  18. Mar 04, 2013
  19. Oct 24, 2012
  20. Sep 10, 2012
  21. Sep 07, 2012
  22. Aug 28, 2012
  23. Aug 24, 2012
    • 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
Loading