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