Skip to content
  1. May 07, 2013
    • Sergey Matveev's avatar
      [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common. · 954c6ef1
      Sergey Matveev authored
      Move this function to sanitizer_common because LSan uses it too. Also, fix a bug
      where the TLS range reported for main thread was off by the size of the thread
      descriptor from libc (TSan doesn't care much, but for LSan it's critical).
      
      llvm-svn: 181322
      954c6ef1
    • Evgeniy Stepanov's avatar
      [sanitizer] Sanitizer __internal_*stat interface. · 517118e6
      Evgeniy Stepanov authored
      With this change, __internal_*stat always expect a "struct stat *" argument.
      This avoids stat/stat64 caller-side confusion (sanitizer_common tests already
      made this mistake), and allows the use of __internal_fstat() as a drop-in
      replacement for libc's fstat().
      
      llvm-svn: 181311
      517118e6
  2. May 06, 2013
  3. Apr 30, 2013
  4. Apr 29, 2013
  5. Apr 26, 2013
  6. Apr 24, 2013
  7. Apr 23, 2013
  8. Apr 22, 2013
  9. Apr 18, 2013
  10. Apr 16, 2013
  11. Apr 12, 2013
  12. Apr 11, 2013
  13. Apr 10, 2013
  14. Apr 09, 2013
  15. Apr 08, 2013
  16. Apr 05, 2013
  17. Apr 04, 2013
Loading