| Commit message (Expand) | Author | Age | Files | Lines |
* | [hwasan] Madvise away unused shadow. | Evgeniy Stepanov | 2019-01-19 | 2 | -1/+19 |
* | hwasan: Ignore loads and stores of size 0. | Peter Collingbourne | 2019-01-09 | 1 | -1/+2 |
* | [asan] Support running without /proc | Evgeniy Stepanov | 2019-01-08 | 1 | -17/+8 |
* | Bring back the pthread_create interceptor, but only on non-aarch64. | Peter Collingbourne | 2019-01-04 | 1 | -0/+14 |
* | hwasan: Implement lazy thread initialization for the interceptor ABI. | Peter Collingbourne | 2019-01-04 | 2 | -31/+6 |
* | hwasan: Use system allocator to realloc and free untagged pointers in interce... | Peter Collingbourne | 2019-01-04 | 6 | -13/+51 |
* | [hwasan] Switch to 64 allocator with a dense size class map. | Evgeniy Stepanov | 2019-01-03 | 1 | -11/+5 |
* | Revert "[asan] Support running without /proc.", +1 | Evgeniy Stepanov | 2018-12-28 | 1 | -1/+1 |
* | [asan] Support running without /proc. | Evgeniy Stepanov | 2018-12-27 | 1 | -1/+1 |
* | [HWASAN] Add support for memory intrinsics | Eugene Leviant | 2018-12-20 | 5 | -60/+135 |
* | hwasan: Allow range of frame descriptors to be empty. | Peter Collingbourne | 2018-12-18 | 1 | -2/+2 |
* | hwasan: Fix typo: Previosly -> Previously. | Peter Collingbourne | 2018-12-15 | 1 | -1/+1 |
* | Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F... | Dan Liew | 2018-12-14 | 1 | -1/+2 |
* | [hwasan] Link ubsan_cxx to shared runtime library. | Evgeniy Stepanov | 2018-12-12 | 1 | -0/+1 |
* | [hwasan] Verify Android TLS slot at startup. | Evgeniy Stepanov | 2018-12-12 | 3 | -0/+21 |
* | [hwasan] don't check tail magic when in right_align mode (should fix the bot) | Kostya Serebryany | 2018-11-17 | 1 | -1/+1 |
* | [hwasan] implement free_checks_tail_magic=1 | Kostya Serebryany | 2018-11-17 | 4 | -1/+86 |
* | [hwasan] optionally right-align heap allocations | Kostya Serebryany | 2018-11-16 | 3 | -8/+103 |
* | [hwasan] Add entire report to abort message on Android. | Evgeniy Stepanov | 2018-11-09 | 5 | -9/+54 |
* | [hwasan] Remove dead code. | Evgeniy Stepanov | 2018-11-09 | 5 | -74/+0 |
* | [CMake][ASan][HWASan] Set an explicit dependency on libc++ headers | Petr Hosek | 2018-11-07 | 1 | -4/+12 |
* | [sanitizer] Fix mallopt interceptor. | Evgeniy Stepanov | 2018-10-25 | 1 | -1/+1 |
* | [hwasan] when printing a stack-related bugs, also print stack frame descripti... | Kostya Serebryany | 2018-10-24 | 3 | -3/+20 |
* | [hwasan] add stack frame descriptions. | Kostya Serebryany | 2018-10-23 | 2 | -0/+23 |
* | [hwasan] more compact printing for 'Previosly allocated frames' | Kostya Serebryany | 2018-10-11 | 1 | -4/+11 |
* | [hwasan] when reporting a bug, print some very basic information about the he... | Kostya Serebryany | 2018-10-10 | 3 | -6/+31 |
* | [hwasan] print all threads in a bug report | Kostya Serebryany | 2018-10-10 | 1 | -1/+4 |
* | [hwasan] print more tags around the buggy address, and do it with a single Pr... | Kostya Serebryany | 2018-10-10 | 1 | -4/+3 |
* | [hwasan] Fix top PC in error stack trace being off by 1 instruction. | Evgeniy Stepanov | 2018-10-02 | 1 | -4/+4 |
* | [sanitizer] Use -Wl,-z,global on Android for sanitizers except UBsan | Stephen Hines | 2018-10-02 | 1 | -0/+8 |
* | [hwasan] Record and display stack history in stack-based reports. | Evgeniy Stepanov | 2018-09-24 | 11 | -157/+392 |
* | Revert "[hwasan] Record and display stack history in stack-based reports." | Evgeniy Stepanov | 2018-09-24 | 11 | -392/+157 |
* | [hwasan] Record and display stack history in stack-based reports. | Evgeniy Stepanov | 2018-09-24 | 11 | -157/+392 |
* | [Hwasan] interceptor macro / extra comma removal | David Carlier | 2018-09-20 | 1 | -5/+5 |
* | [hwasan] use a single Printf per line when printing a report (more friendly t... | Kostya Serebryany | 2018-09-13 | 1 | -5/+8 |
* | [hwasan] On every use-after-free print a developer note: the index of this he... | Kostya Serebryany | 2018-09-12 | 1 | -5/+12 |
* | [hwasan] Export memory stats through /proc/$PID/maps. | Evgeniy Stepanov | 2018-09-08 | 4 | -7/+46 |
* | [hwasan] Fix malloc overflow detection. | Evgeniy Stepanov | 2018-09-07 | 1 | -7/+9 |
* | [hwasan] change the thread list so that main_thread can also be removed | Kostya Serebryany | 2018-09-07 | 2 | -8/+12 |
* | [hwasan] Remove allocator interceptors. | Evgeniy Stepanov | 2018-09-06 | 2 | -93/+92 |
* | [hwasan] fix pthread_exit | Kostya Serebryany | 2018-09-06 | 1 | -1/+1 |
* | [hwasan] introduce __hwasan_print_memory_usage | Kostya Serebryany | 2018-09-06 | 6 | -3/+55 |
* | [hwasan] when verbose_threads==1, print the memory usage per thread | Kostya Serebryany | 2018-09-05 | 2 | -1/+8 |
* | [hwasan] simplify the code, NFC | Kostya Serebryany | 2018-09-05 | 4 | -21/+8 |
* | [hwasan] Don't handle signals on Android. | Evgeniy Stepanov | 2018-09-05 | 1 | -0/+11 |
* | [hwasan] revert r341435 as it breaks the bot on aarch64 | Kostya Serebryany | 2018-09-05 | 1 | -11/+7 |
* | [hwasan] fix colored output | Kostya Serebryany | 2018-09-05 | 1 | -0/+1 |
* | [hwasan] print thread IDs when reporting a bug (also had to fix pthread_creat... | Kostya Serebryany | 2018-09-05 | 4 | -23/+36 |
* | [hwasan] use real TLS on linux to store the current thread -- this way we can... | Kostya Serebryany | 2018-09-05 | 1 | -7/+11 |
* | [hwasan] simplify the code, NFC | Kostya Serebryany | 2018-09-05 | 4 | -16/+8 |