1. 2015年 4月 03日 1 次提交
  2. 2015年 3月 25日 1 次提交
    • Austin Clements's avatar
      Fix missing NUL-terminator in grep · 7443b964
      Austin Clements 提交于
      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
  3. 2015年 2月 20日 1 次提交
  4. 2014年 10月 03日 3 次提交
  5. 2014年 9月 23日 1 次提交
  6. 2014年 9月 13日 2 次提交
  7. 2014年 9月 09日 1 次提交
  8. 2014年 8月 30日 2 次提交
  9. 2014年 8月 29日 5 次提交
  10. 2014年 8月 28日 4 次提交
  11. 2014年 8月 05日 1 次提交
  12. 2014年 8月 04日 1 次提交
  13. 2014年 7月 31日 1 次提交
  14. 2013年 3月 05日 1 次提交
  15. 2012年 10月 25日 1 次提交
  16. 2012年 9月 11日 1 次提交
  17. 2012年 9月 08日 1 次提交
  18. 2012年 8月 29日 4 次提交
  19. 2012年 8月 25日 1 次提交
    • Austin Clements's avatar
      Various fixes and improvements to printpcs · 951b77f7
      Austin Clements 提交于
      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. 2012年 8月 23日 7 次提交