1. 5317724 Introduce an operator new for LowLevelAllocator, and convert most users to it. by Peter Collingbourne · 11 years ago
  2. a412f48 [ASan] ASan can be combined with LSan and UBSan, so export symbol from them as well. by Alexey Samsonov · 11 years ago
  3. 4b861aa Make sure ASan always emits an error summary if it reports an error. by Nick Lewycky · 11 years ago
  4. 9b5f95f Runtime support for the indirect function call checker. by Peter Collingbourne · 11 years ago
  5. 547f9dd [asan] fix stack trace printing on Mac by Kostya Serebryany · 11 years ago
  6. 1fe68b8 [asan] allocate AsanThreadContext using LowLevelAllocator instead of mmap to save space by Kostya Serebryany · 11 years ago
  7. 6d95869 [asan] reduce the size of AsanThreadContext by storing the stack trace in the stack depot by Kostya Serebryany · 11 years ago
  8. 34fb715 [ASan] fix compilation of atexit_stats.cc on OSX by Alexander Potapenko · 11 years ago
  9. 00dc243 [asan] fix a test on Mac by Kostya Serebryany · 11 years ago
  10. a2e70d9 [asan] fix atexit stats by Kostya Serebryany · 11 years ago
  11. 8e22b68 [ASan] fix assign_large_valloc_to_global.cc to use the correct header for valloc() on OSX. by Alexander Potapenko · 11 years ago
  12. 13521a2 [asan] fix a failure with ASAN_OPTIONS=verbosity=1:use_sigaltstack=1 by Kostya Serebryany · 11 years ago
  13. 8fa4edc [asan] Fix a deadlock between asan's allocator and lsan by Kostya Serebryany · 11 years ago
  14. 782cbdc Use configured PYTHON in asan lit tests. by Will Dietz · 11 years ago
  15. cca8e78 [asan] introduce run-time flag 'poison_partial' by Kostya Serebryany · 11 years ago
  16. 0f63831 [asan] Remove CallocOverflow32 test from asan_test. by Evgeniy Stepanov · 11 years ago
  17. 6866dba tsan: move verbosity flag to CommonFlags by Dmitry Vyukov · 11 years ago
  18. 97f4e08 Fix a typo. by Evgeniy Stepanov · 11 years ago
  19. 79f11fc [ASan] Make test from r192581 Linux-only, as wild memory contents is less predictable on Mac by Alexey Samsonov · 11 years ago
  20. c519335 [lsan] Support ASan's stack-use-after-return mode in LSan. by Sergey Matveev · 11 years ago
  21. e86e35f [asan] Improve thread lifetime tracking on POSIX systems. by Sergey Matveev · 11 years ago
  22. d9def29 [ASan] Don't die with internal ASan error on large buffer overflows by Alexey Samsonov · 11 years ago
  23. 8017501 [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind() by Alexey Samsonov · 11 years ago
  24. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  25. 8cde99f asan/msan: fix "unused function 'OnExit'" warning by Dmitry Vyukov · 11 years ago
  26. 14dd980 asan/msan/tsan: move _exit interceptor to common interceptors by Dmitry Vyukov · 11 years ago
  27. e1c68c3 [asan] introduce run-time flag uar_stack_size_log to control the size of FakeStack; don't crash when the fake stack is exhausted, move some code to .cc file by Kostya Serebryany · 11 years ago
  28. 6186bfc [ASan] Fix GCD tests by spinning forever in the main thread. by Alexander Potapenko · 11 years ago
  29. cf2cabb [asan] remove -fsanitize=use-after-return from the tests (this flag now comes with asan by default) by Kostya Serebryany · 11 years ago
  30. a8b8e96 [ASan/Win] Slightly optimize the DLL thunk by Timur Iskhodzhanov · 11 years ago
  31. def895b [ASan] Fix a compile-time warning by Timur Iskhodzhanov · 11 years ago
  32. c11fa09 [ASan] Add DLL thunks for the new stack UAR interface by Timur Iskhodzhanov · 11 years ago
  33. f5ebc6a [ASan] Fix the interface test on Darwin. by Alexander Potapenko · 11 years ago
  34. b079602 [asan] disable the detect_stack_use_after_return run-time flag by default and enable it explicitly in tests. This is done in preparation to enabling the -fsanitize=use-after-return compile-time flag by default when -fsanitize=address is present. by Kostya Serebryany · 11 years ago
  35. 6c70a55 [ASan] Remove a complex multiline comment that baffles lint. by Alexander Potapenko · 11 years ago
  36. b812253 [ASan] Fix compilation of asan_str_test.cc on non-Darwin. by Alexander Potapenko · 11 years ago
  37. d4d7040 [ASan] Enforce the memmove semantics for both memcpy() and memmove() interceptors on Darwin. by Alexander Potapenko · 11 years ago
  38. 81b0fe0 [asan] nuke yet another async-signal-safety bug in UAR (oh, my) by Kostya Serebryany · 11 years ago
  39. b928ac1 [ASan] Fix init-order-dlopen.cc test to not depend on the -Wl,-undefined,dynamic_lookup being passed to the linker. by Alexander Potapenko · 11 years ago
  40. 621770a [asan] fix one more async-signal-safety issue with use-after-return by Kostya Serebryany · 11 years ago
  41. 230e52f [asan] add a run-time option detect_stack_use_after_return, add verbosity output for fake stack by Kostya Serebryany · 11 years ago
  42. 6086094 [ASan] Don't add SANITIZER_INTERFACE_ATTRIBUTE for internal ASan functions by Alexey Samsonov · 11 years ago
  43. 4681781 [ASan] Enable fake stack test on Mac and Android, as no-instrumentation tests are now fixed by Alexey Samsonov · 11 years ago
  44. 5d9d807 [ASan] Link tests with -pie if ASan runtime uses zero-base shadow by Alexey Samsonov · 11 years ago
  45. b388987 [asan] further speedup use-after-return: simplify deallocation of fake frames. ~ 20% speedup. by Kostya Serebryany · 11 years ago
  46. 382bbc8 [ASan] Don't link with pthread on Android by Alexey Samsonov · 11 years ago
  47. 05fa380 [ASan] Split ASan unit tests into two different binaries: by Alexey Samsonov · 11 years ago
  48. 22e21b0 [ASan] Check that getSymbolizer() is defined. Turn magic mapping constants into named variables by Alexey Samsonov · 11 years ago
  49. ff64012 [asan] Android does not have TLS by Kostya Serebryany · 11 years ago
  50. 9c59ca8 [ASan] Temporary disable UAR unit test on Android due to https://code.google.com/p/address-sanitizer/issues/detail?id=222 by Alexey Samsonov · 11 years ago
  51. 0f22837 [asan] don't record the class_id in FakeFrame (scratching the last bits of performance) by Kostya Serebryany · 11 years ago
  52. dff16d4 [asan] more performance to FakeStack: a) don't used atomic exchange, instead rely on regular load and store and other signal-safe logic; b) remove allocated_from_size_class_mask_ which is not helping much anyway; Another 10% speedup by Kostya Serebryany · 11 years ago
  53. 9433af3 [asan] second attempt to use TLS with fake stack. This time it looks (more) async-signal safe. by Kostya Serebryany · 11 years ago
  54. b8a903c [asan] undo the previous commit since TLS hack breaks with signals... :( by Kostya Serebryany · 11 years ago
  55. 6147f02 [asan] use TLS on Linux to get the FakeStack. Saves 15% performance by Kostya Serebryany · 11 years ago
  56. 8f7ec32 [asan] inline PoisonShadow in FakeStack to get ~10% speedup by Kostya Serebryany · 11 years ago
  57. b1173c2 [asan] a bit of performance improvement in fake stack, generalized one test, fixed android build of another test by Kostya Serebryany · 11 years ago
  58. 89de457 [asan] add a test for use-after-return and exceptions and fix it. Not 100% sure this is a complete fix, will keep looking for harder cases. by Kostya Serebryany · 11 years ago
  59. bdd9545 [ASan] Do not build asan_fake_stack_test.cc on OSX until https://code.google.com/p/address-sanitizer/issues/detail?id=222 is fixed. by Alexander Potapenko · 11 years ago
  60. 3b37dd4 [asan] limit the size of the fake stack with a reasonable constant. This fixes a failure when the main thread's stack is considered unlimited (very large). by Kostya Serebryany · 11 years ago
  61. b39a604 [asan] (part 2) don't lazy-init fake_stack if we only need to check that fake_stack exists (should fix 32-bit builds) by Kostya Serebryany · 11 years ago
  62. dcf98bf [asan] don't lazy-init fake_stack if we only need to check that fake_stack exists (should fix 32-bit builds) by Kostya Serebryany · 11 years ago
  63. c98fc1f [asan] hopefully make the FakeStack async-signal safe, enable the related test by Kostya Serebryany · 11 years ago
  64. 96a575f [asan] Fix deadlock in stack unwinder on android/x86. by Evgeniy Stepanov · 11 years ago
  65. 86b88b8 [asan] use xchg instead of CAS in FakeStack::Allocate (5% faster for this case) by Kostya Serebryany · 11 years ago
  66. ac3ae5d [asan] fully re-implement the FakeStack (use-after-return) to make it faster and async-signal-safe. The implementation is not yet complete (see FIXMEs) but the existing tests pass. by Kostya Serebryany · 11 years ago
  67. 9213e07 [ASan] Remove the explicit function prototypes for intercepted functions on Windows by Timur Iskhodzhanov · 11 years ago
  68. 7847d77 [Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files by Alexey Samsonov · 11 years ago
  69. 34e3ed1 [asan] refactor the use-after-return API so that the size class is computed at compile time instead of at run-time. compiler-rt part by Kostya Serebryany · 11 years ago
  70. 997454a [ASan] Don't crash in DescribeHeapAddress if we don't know the current thread's ID by Timur Iskhodzhanov · 11 years ago
  71. d9a5e24 [sanitizer] Fix PR17138. by Evgeniy Stepanov · 11 years ago
  72. 4f78b35 [ASan] fix one more memory leak in test case by Alexey Samsonov · 11 years ago
  73. 1a24918 [ASan] turn on leak checking for ASan tests and fix a few discovered leaks by Alexey Samsonov · 11 years ago
  74. 639df40 [sanitizer] A bunch of linux system call handlers. by Evgeniy Stepanov · 11 years ago
  75. 0b2c3a7 [ASan] make the check for NULL more portable. by Alexander Potapenko · 11 years ago
  76. e9e4f04 Fix compiler warning introduced in r190022 by Alexey Samsonov · 11 years ago
  77. f7f2e43 Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_SANITIZE_ADDRESS by Alexey Samsonov · 11 years ago
  78. 48b7ee9 [asan] make calloc crash instead of returning 0 on overflow (controlled by the allocator_may_return_null flag) by Kostya Serebryany · 11 years ago
  79. 9150f39 [sanitizer] make the allocator crash instead of returning 0 on huge size (controlled by the allocator_may_return_null flag) by Kostya Serebryany · 11 years ago
  80. b99228d asan: Add a wcslen interceptor mirroring strlen by Reid Kleckner · 11 years ago
  81. ed2364b [asan] add a test that demonstrates why the current use-after-return is not signal-safe by Kostya Serebryany · 11 years ago
  82. 73dc36e [asan] make use-after-return handle very deep recursion; fixes 483.xalancbmk in UAR mode by Kostya Serebryany · 11 years ago
  83. 22917e9 [asan] Hopefully fix the RTL build on Windows (part 2) by Timur Iskhodzhanov · 11 years ago
  84. 89fe564 [asan] attemping to fix the Windows build by Kostya Serebryany · 11 years ago
  85. edb39c7 implement PR17059: more visible diagnostics for stack-buffer-overflow by Kostya Serebryany · 11 years ago
  86. 650c7d4 [lsan] Colorize LSan reports. by Sergey Matveev · 11 years ago
  87. 68c016a ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not provided. Now we don't need to explicitly set the location of llvm-symbolizer in lit test configs. by Alexey Samsonov · 11 years ago
  88. 696902a fix PR17061 (and pleeease, don't ask me for a test, this is just a minor output formatting issue :) by Kostya Serebryany · 11 years ago
  89. dcf154d [ASan] Make blacklist test more robust by Alexey Samsonov · 11 years ago
  90. 717ece5 Improve collecting malloc stats in ASan by Alexey Samsonov · 11 years ago
  91. 6102afb [asan]: fix a CHECK failure in use-after-return mode; enable and fix stack-use-after-return.cc; add a test for UAR mode in asan_noinst_test by Kostya Serebryany · 11 years ago
  92. 544bdfb Generate list of symbols exported from sanitizer runtimes only on 64-bit Unix by Alexey Samsonov · 11 years ago
  93. e5fa243 Properly generate lists of exported symbols for sanitizer runtimes by Alexey Samsonov · 11 years ago
  94. c1f1af7 cmake: fix the compiler-rt build with MSVC by Hans Wennborg · 11 years ago
  95. 13f5be4 [ASan/RTL] Disable colored reporting on Windows by Timur Iskhodzhanov · 11 years ago
  96. a0e78c9 [ASan/RTL] Disable alloc_dealloc_mismatch by default on Windows by Timur Iskhodzhanov · 11 years ago
  97. e274841 [ASan/Win] Oops, forgot to add the attributes to the memory allocations functions by Timur Iskhodzhanov · 11 years ago
  98. 43e62df [ASan/Win] Hook some memory allocation functions; passes simple sanity test now by Timur Iskhodzhanov · 11 years ago
  99. 68cd60c [ASan/Win] Add the first version of the RTL thunk that should be linked with instrumented DLLs by Timur Iskhodzhanov · 11 years ago
  100. 3c80c6c Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used by Timur Iskhodzhanov · 11 years ago