| Commit message (Expand) | Author | Age | Files | Lines |
* | hwasan: Rename source files from cc to cpp | Nico Weber | 2019-02-27 | 1 | -436/+0 |
* | Fix unsymbolized stack history printing. | Evgeniy Stepanov | 2019-02-15 | 1 | -2/+2 |
* | [hwasan] Implement print_module_map flag. | Evgeniy Stepanov | 2019-01-25 | 1 | -5/+11 |
* | [HWASAN] Improve tag mismatch diagnostics | Eugene Leviant | 2019-01-21 | 1 | -1/+9 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | hwasan: Fix typo: Previosly -> Previously. | Peter Collingbourne | 2018-12-15 | 1 | -1/+1 |
* | [hwasan] implement free_checks_tail_magic=1 | Kostya Serebryany | 2018-11-17 | 1 | -0/+60 |
* | [hwasan] Add entire report to abort message on Android. | Evgeniy Stepanov | 2018-11-09 | 1 | -4/+47 |
* | [hwasan] Remove dead code. | Evgeniy Stepanov | 2018-11-09 | 1 | -28/+0 |
* | [hwasan] when printing a stack-related bugs, also print stack frame descripti... | Kostya Serebryany | 2018-10-24 | 1 | -1/+3 |
* | [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 | 1 | -0/+15 |
* | [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] Record and display stack history in stack-based reports. | Evgeniy Stepanov | 2018-09-24 | 1 | -5/+58 |
* | Revert "[hwasan] Record and display stack history in stack-based reports." | Evgeniy Stepanov | 2018-09-24 | 1 | -58/+5 |
* | [hwasan] Record and display stack history in stack-based reports. | Evgeniy Stepanov | 2018-09-24 | 1 | -5/+58 |
* | [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] 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 | 1 | -5/+12 |
* | [hwasan] report heap-buffer-overflow location, once, not once per each live t... | Kostya Serebryany | 2018-08-31 | 1 | -41/+41 |
* | [hwasan] properly report heap-buffer-overflow | Kostya Serebryany | 2018-08-31 | 1 | -0/+45 |
* | [hwasan] make malloc(0) return nullptr, add basic address description for sta... | Kostya Serebryany | 2018-08-31 | 1 | -0/+6 |
* | [hwasan] use thread-local ring buffers to properly report heap-use-after-free | Kostya Serebryany | 2018-08-30 | 1 | -51/+31 |
* | [hwasan] simplify the thread hangling: instead of the ThreadRegistry (too hea... | Kostya Serebryany | 2018-08-30 | 1 | -1/+0 |
* | [hwasan] add basic ThreadRegistry plumbing, also rename HwasanThread to Thread | Kostya Serebryany | 2018-08-30 | 1 | -2/+4 |
* | [hwasan] get rid of some macros, remove the fixed shadow mapping | Kostya Serebryany | 2018-08-29 | 1 | -2/+2 |
* | [hwasan] formatting change, NFC | Kostya Serebryany | 2018-08-29 | 1 | -1/+2 |
* | [hwasan] rename some variables and functions for better readability, NFC | Kostya Serebryany | 2018-08-29 | 1 | -14/+14 |
* | Add a thread-local ring buffer of heap allocations | Kostya Serebryany | 2018-08-29 | 1 | -0/+28 |
* | [hwasan] implement detection of double-free (invalid-free) | Kostya Serebryany | 2018-08-24 | 1 | -20/+51 |
* | [hwasan] make error reporting look more like in asan, print the memory tag ar... | Kostya Serebryany | 2018-08-22 | 1 | -6/+32 |
* | [HWASan] Report proper error on allocator failures instead of CHECK(0)-ing | Alex Shlyapnikov | 2018-06-07 | 1 | -5/+4 |
* | [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). | Alex Shlyapnikov | 2018-04-23 | 1 | -0/+1 |
* | Revert r330474 - "[HWASan] Introduce non-zero based and dynamic shadow memory... | Reid Kleckner | 2018-04-23 | 1 | -1/+0 |
* | [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt). | Alex Shlyapnikov | 2018-04-20 | 1 | -0/+1 |
* | Hardware-assisted AddressSanitizer (compiler-rt) | Evgeniy Stepanov | 2017-12-09 | 1 | -0/+133 |