1. b371270 [asan] port r196375 to 3.4 by Kostya Serebryany · 11 years ago
  2. 8c6e485 [ASan] Introduce a top-level target to collect all ASan runtimes and deps by Alexey Samsonov · 11 years ago
  3. 1b17f5b [ASan] Do not rely on malloc context in allocator reports. by Alexey Samsonov · 11 years ago
  4. 7f80655 [ASan] Kill use_stack_depot runtime flag and stack trace compression routines. by Alexey Samsonov · 11 years ago
  5. cc794ab [asan] Maybe fix test failures on lld bots. by Evgeniy Stepanov · 11 years ago
  6. 0f63831 [asan] Remove CallocOverflow32 test from asan_test. by Evgeniy Stepanov · 11 years ago
  7. 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
  8. 6186bfc [ASan] Fix GCD tests by spinning forever in the main thread. by Alexander Potapenko · 11 years ago
  9. cf2cabb [asan] remove -fsanitize=use-after-return from the tests (this flag now comes with asan by default) by Kostya Serebryany · 11 years ago
  10. b812253 [ASan] Fix compilation of asan_str_test.cc on non-Darwin. by Alexander Potapenko · 11 years ago
  11. d4d7040 [ASan] Enforce the memmove semantics for both memcpy() and memmove() interceptors on Darwin. by Alexander Potapenko · 11 years ago
  12. 4681781 [ASan] Enable fake stack test on Mac and Android, as no-instrumentation tests are now fixed by Alexey Samsonov · 11 years ago
  13. 5d9d807 [ASan] Link tests with -pie if ASan runtime uses zero-base shadow by Alexey Samsonov · 11 years ago
  14. b388987 [asan] further speedup use-after-return: simplify deallocation of fake frames. ~ 20% speedup. by Kostya Serebryany · 11 years ago
  15. 382bbc8 [ASan] Don't link with pthread on Android by Alexey Samsonov · 11 years ago
  16. 05fa380 [ASan] Split ASan unit tests into two different binaries: by Alexey Samsonov · 11 years ago
  17. 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
  18. 0f22837 [asan] don't record the class_id in FakeFrame (scratching the last bits of performance) by Kostya Serebryany · 11 years ago
  19. 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
  20. 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
  21. 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
  22. 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
  23. 1a24918 [ASan] turn on leak checking for ASan tests and fix a few discovered leaks by Alexey Samsonov · 11 years ago
  24. e9e4f04 Fix compiler warning introduced in r190022 by Alexey Samsonov · 11 years ago
  25. f7f2e43 Migrate ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS to new spelling - ATTRIBUTE_NO_SANITIZE_ADDRESS by Alexey Samsonov · 11 years ago
  26. 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
  27. 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
  28. b99228d asan: Add a wcslen interceptor mirroring strlen by Reid Kleckner · 11 years ago
  29. 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
  30. 2ec879e [ASan] Fix leaks in ASan tests found by LSan by Alexey Samsonov · 11 years ago
  31. 5d43b5a [asan] fix the bug with memalign and malloc_usable_size (http://code.google.com/p/address-sanitizer/issues/detail?id=193); also fix lint by Kostya Serebryany · 11 years ago
  32. 722f2e6 [ASan] make pthread_getschedparam test more robust by Alexey Samsonov · 11 years ago
  33. 87bd39a Call __asan_free_hook() before marking the chunk quarantinned by Alexey Samsonov · 11 years ago
  34. 30e970f [asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM kill). Also, disable swapcontext_test on non-x86. Fix lint by Kostya Serebryany · 11 years ago
  35. 56d3472 [sanitizer] Intercept pthread_getschedparam. by Evgeniy Stepanov · 11 years ago
  36. 41d69f4 Fix realloc'ing freed/invalid pointers by Timur Iskhodzhanov · 11 years ago
  37. 9277b1f [asan] fix ShadowGapTest on PowerPC64 by Kostya Serebryany · 11 years ago
  38. 0bdc46c [asan] disable BuiltinLongJmpTest on PowerPC by Kostya Serebryany · 11 years ago
  39. f931da8 [asan] fix powerpc build and one test; fix lint by Kostya Serebryany · 11 years ago
  40. 33280bb Quick fix for ASan test build on Android. by Sergey Matveev · 11 years ago
  41. 8db82e1 [ASan] Disable AddressSanitizer.AllocDeallocMismatch on Darwin. by Alexander Potapenko · 11 years ago
  42. b1971ca [asan] nuke the old unused allocator code by Kostya Serebryany · 11 years ago
  43. 50f3daa [asan] Change the way we report the alloca frame on stack-buff-overflow. by Kostya Serebryany · 11 years ago
  44. 7dd282c [ASan] Fix an error on invalid deallocation in ASan allocator. When ASan checks if memory freed by user was indeed previously allocated, it first does an atomic write to presumed location of chunk header. This is wrong, as if the free is invalid, we may overwrite some valuable data (like other fields of the chunk header). Fix this by using atomic_compare_exchange instead. by Alexey Samsonov · 11 years ago
  45. 18ec84c [asan] make the __asan_get_heap_size more robust by Kostya Serebryany · 11 years ago
  46. 00545a3 [asan] Switch to allocator2 on Android. by Evgeniy Stepanov · 11 years ago
  47. d39a34e [asan] remove one redundant malloc stress test, unify the usage of ASAN_LOW_MEMORY macro in tests, slightly reduce test memory usage (all to make 32-bit runs consume less RAM) by Kostya Serebryany · 11 years ago
  48. d4de2a1 [asan] Revert r176255, r176264. by Evgeniy Stepanov · 12 years ago
  49. df4f6de [asan] Lower memory usage in LargeMallocTest on Android. by Evgeniy Stepanov · 12 years ago
  50. b9e1319 [asan] if calloc returns a freshly-mmaped memory, don't clear it with memset. Speeds up calloc-intensive code by Kostya Serebryany · 12 years ago
  51. 1b057b2 [asan] fix the output for range accesses (memset, etc); improve the tests; more strict checking in memcmp by Kostya Serebryany · 12 years ago
  52. a84805f [asan] speedup by more than 2x handling of the small memset/memcpy/etc calls by Kostya Serebryany · 12 years ago
  53. 4c3e573 [ASan] revert part of r175631 that looks like accidental commit by Alexey Samsonov · 12 years ago
  54. 7c2a3bb [ASan] Delete asan/dynamic dir and temporarily move the interposers declarations to asan_intercepted_functions.h by Alexander Potapenko · 12 years ago
  55. 7f4df1a [asan] don't run the long double test if long double is the same as double by Kostya Serebryany · 12 years ago
  56. 366984e [asan] instrument memory accesses with unusual sizes by Kostya Serebryany · 12 years ago
  57. c74b2cc [asan] use short path for sanitizer_common/tests/sanitizer_test_utils.h, add -I sanitizer_common/tests to asan/tests/CMakeLists.txt by Kostya Serebryany · 12 years ago
  58. 5d48617 [ASan] Enable alloc_dealloc_mismatch by default on Darwin. by Alexander Potapenko · 12 years ago
  59. 73700ac [ASan] remove debug output from the test by Alexey Samsonov · 12 years ago
  60. c70fa28 [ASan] Split ASan interface header into private and public parts. Add a test that makes sure users can include interface header by Alexey Samsonov · 12 years ago
  61. a180078 ASan: fix lint by Alexey Samsonov · 12 years ago
  62. d916993 [ASan] Do allocate memory even for zero-size allocation requests. Explain why we have to do this in comments. by Alexey Samsonov · 12 years ago
  63. a3ab1a7 [ASan] fix a bug in allocator-v2 which could lead to SEGV on realloc(malloc(0), 4) by Alexey Samsonov · 12 years ago
  64. f6acafc [CMake] Fix compiler-rt tests after r173617 by Alexey Samsonov · 12 years ago
  65. b2efe13 [sanitizer] improve the calloc overflow check (spotted by samsonov@) by Kostya Serebryany · 12 years ago
  66. 65199f1 [sanitizer] fix calloc overflow in asan/tsan/msan by Kostya Serebryany · 12 years ago
  67. af5bd2e [asan] run-time tests for adaptive redzones by Kostya Serebryany · 12 years ago
  68. e5ab968 [asan] initialize kHighMemEnd at startup (instead of at compile time) to simplify further changes for various address space layouts. Fix asan_allocator2 for PowerPC (tested on 44-bit address space) by Kostya Serebryany · 12 years ago
  69. a3b0e5e [asan] simplify the code that poisons global redzones, add some more tests by Kostya Serebryany · 12 years ago
  70. 3b9e668 ASan: use Clang -fsanitize-blacklist flag in unit tests (instead of -mllvm) by Alexey Samsonov · 12 years ago
  71. c92a421 ASan: simplify build rules for unit tests by Alexey Samsonov · 12 years ago
  72. 5e5be21 ASan: disable flexible mapping and offset on Android. It doesn't work for dynamic ASan runtime there by Alexey Samsonov · 12 years ago
  73. 8fb1264 [asan] split asan_test.cc even more by Kostya Serebryany · 12 years ago
  74. 6cbfae4 [asan] split asan_test.cc more by Kostya Serebryany · 12 years ago
  75. 38db306 [asan] split asan_test.cc to speedup parallel build (most important if building with a debug clang, which takes a couple of minutes on this large file with templates). More splits to follow by Kostya Serebryany · 12 years ago
  76. 44997c3 [asan] fix linux build by Kostya Serebryany · 12 years ago
  77. 8c745fc [ASan] Move Mac-specific tests to asan_mac_test.cc by Alexander Potapenko · 12 years ago
  78. d0b1d46 CMake: generalize checking for target availability and add initial support for PowerPC native arch. With this patch, building LLVM on PowerPC native arch produces a working ASan runtime. by Alexey Samsonov · 12 years ago
  79. 87b52b9 Fixup for r173021: build tests with zero-based shadow on Android only, fix condition in checking for shadow gap in asan_mapping.h by Alexey Samsonov · 12 years ago
  80. ee485d4 ASan: build unit tests with -fsanitize-address-zero-base-shadow on Linux and Android by Alexey Samsonov · 12 years ago
  81. 392c50d CMake: create AddCompilerRT module and implement convenience add_compiler_rt_object_library function by Alexey Samsonov · 12 years ago
  82. 2f3aef0 CMake variables renaming: X86_64->x86_64 I386->i386 by Alexey Samsonov · 12 years ago
  83. ca2849c [ASan] fixes for Android build by Alexey Samsonov · 12 years ago
  84. c20b321 [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warning on Mac. by Kostya Serebryany · 12 years ago
  85. 29b37ea Revert r172719, r172721-172723, and r172725. by Jakob Stoklund Olesen · 12 years ago
  86. 0fc2f69 ASan: Allow __asan_get_allocated_size(malloc(0)) to be 0 or 1 by Alexey Samsonov · 12 years ago
  87. c39ea44 [asan] restructure read/pread/pread64 tests by Kostya Serebryany · 12 years ago
  88. 220ba2f [ASan] fix __asan_get_ownership(p) and __asan_get_allocated_size(p) for the p = malloc(0) by Alexey Samsonov · 12 years ago
  89. 48ddbef Move large part of asan_test_utils.h to sanitizer_common. by Evgeniy Stepanov · 12 years ago
  90. 29e0922 ASan: Disable alloc/dealloc mismatch test on Android. It's not supposed to work there by Alexey Samsonov · 12 years ago
  91. 8f0e311 ASan: Disable alloc/dealloc-mismatch checker on Mac for now (it produces weird false positives on googletest) by Alexey Samsonov · 12 years ago
  92. b8a59a0 [asan] don't fail the test if prctl(PR_SET_NAME) is not supported by Kostya Serebryany · 12 years ago
  93. b3ef8a4 [asan] asan_allocator2: do less work under the quarantine lock; make the strcasecmp test more resistant to the contents of unaddressable memory by Kostya Serebryany · 12 years ago
  94. 7125bb3 [asan] better protect the tests from memset/memcpy inlining, explicitly include unistd.h by Kostya Serebryany · 12 years ago
  95. 13ddcf6 [asan] make LargeOOBInMemset test resistant to clever compiler optimizations by Kostya Serebryany · 12 years ago
  96. c0d37b3 [asan] fix a build warning by Kostya Serebryany · 12 years ago
  97. eb28093 [asan] implement more strict checking for memset/etc parameters. Instead of checking the first and the last byte, we check the entire shadow region. This costs ~10 slowdown for the instrumented functions. Motivated by a nasty memset-buffer-overflow-by-140-bytes in chrome which was reported as a use-after-free or not at all by Kostya Serebryany · 12 years ago
  98. d7d7b5f Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produce working binaries and use it in build rules for sanitizers tests by Alexey Samsonov · 12 years ago
  99. 709a33e [asan] asan_allocator2: do not align the requested size to the redzone size (saves a bit more memory) by Kostya Serebryany · 12 years ago
  100. c35314a [asan] asan_allocator2: implement adaptive redzones. Now with asan_allocator2 allocations <= 48 bytes have 16 byte redzone, allocations of 48-96 bytes -- have 32 bytes redzone, etc (max redzone is 2048). If ASAN_OPTIONS=redzone=n is set, it changes the minimal redzone size by Kostya Serebryany · 12 years ago