| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler-rt: Rename .cc file in lib/sanitizer_common to .cpp | Nico Weber | 2019-07-31 | 1 | -388/+0 |
* | Don't crash if PR_SET_VMA_ANON_NAME fails. | Evgeniy Stepanov | 2019-06-18 | 1 | -2/+1 |
* | [sanitizer] Decorate /proc/self/maps better. | Evgeniy Stepanov | 2019-02-06 | 1 | -23/+64 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [asan] Support running without /proc | Evgeniy Stepanov | 2019-01-08 | 1 | -0/+10 |
* | Revert "[asan] Support running without /proc.", +1 | Evgeniy Stepanov | 2018-12-28 | 1 | -10/+0 |
* | [asan] Support running without /proc. | Evgeniy Stepanov | 2018-12-27 | 1 | -0/+10 |
* | [sanitizer] Avoid memset call in tsan | Jordan Rupprecht | 2018-12-27 | 1 | -1/+2 |
* | [sanitizer] Support running without fd 0,1,2. | Evgeniy Stepanov | 2018-12-20 | 1 | -7/+17 |
* | Revert "[sanitizer] Support running without fd 0,1,2." | Ilya Biryukov | 2018-12-20 | 1 | -17/+7 |
* | [sanitizer] Support running without fd 0,1,2. | Evgeniy Stepanov | 2018-12-19 | 1 | -7/+17 |
* | [SanitizerCommon] Remove RenameFile | Eugene Leviant | 2018-12-03 | 1 | -5/+0 |
* | [sanitizer_common] Use O_TRUNC for WrOnly access mode. | Fangrui Song | 2018-06-16 | 1 | -1/+1 |
* | [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommon | Kostya Kortchinsky | 2018-04-16 | 1 | -1/+0 |
* | Mmap interceptor providing mprotect support | Vitaly Buka | 2018-03-24 | 1 | -0/+4 |
* | [compiler-rt] Cleanup SignalContext initialization | Vitaly Buka | 2017-09-14 | 1 | -8/+7 |
* | [compiler-rt] Use SignalContext in ErrorStackOverflow and ErrorDeadlySignal | Vitaly Buka | 2017-09-13 | 1 | -2/+2 |
* | [compiler-rt] Add siginfo into SignalContext | Vitaly Buka | 2017-09-13 | 1 | -2/+7 |
* | [compiler-rt] Move IsStackOverflow into sanitizer_posix_libcdep.cc to the rest | Vitaly Buka | 2017-09-13 | 1 | -47/+0 |
* | [compiler-rt] Move IsStackOverflow from asan into sanitizer_common | Vitaly Buka | 2017-09-12 | 1 | -0/+47 |
* | Revert "[compiler-rt] Move IsStackOverflow from asan into sanitizer_common" | Vitaly Buka | 2017-09-12 | 1 | -47/+0 |
* | [compiler-rt] Move IsStackOverflow from asan into sanitizer_common | Vitaly Buka | 2017-09-11 | 1 | -0/+47 |
* | [sanitizer_common] Move filesystem-related code out of sanitizer_common.cc | Vitaly Buka | 2017-07-22 | 1 | -0/+1 |
* | Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm... | Vitaly Buka | 2017-07-20 | 1 | -1/+0 |
* | [sanitizer_common] Move filesystem-related code out of sanitizer_common.cc | Alex Shlyapnikov | 2017-07-20 | 1 | -0/+1 |
* | Refactor MemoryMappingLayout::Next to use a single struct instead of output p... | Francis Ricci | 2017-07-11 | 1 | -18/+17 |
* | More fixup for r307281: Move the #includes to sanitizer_linux.cc | Kuba Mracek | 2017-07-06 | 1 | -8/+0 |
* | Fixup for r307281: Also move GetKernelAreaSize into sanitizer_linux.cc | Kuba Mracek | 2017-07-06 | 1 | -39/+0 |
* | [sanitizer] Split GetMaxVirtualAddress into separate Linux version and Mac ve... | Kuba Mracek | 2017-07-06 | 1 | -35/+0 |
* | fix trivial typos in comments; NFC | Hiroshi Inoue | 2017-07-03 | 1 | -1/+1 |
* | [sanitizer] Small tweaks and fixes to allocator related functions | Kostya Kortchinsky | 2017-06-30 | 1 | -11/+11 |
* | [Sanitizers] 64 bit allocator respects allocator_may_return_null flag | Alex Shlyapnikov | 2017-06-26 | 1 | -1/+11 |
* | [Sanitizers] 32 bit allocator respects allocator_may_return_null flag | Alex Shlyapnikov | 2017-06-22 | 1 | -2/+5 |
* | [Sanitizers] Secondary allocator respects allocator_may_return_null=1. | Alex Shlyapnikov | 2017-06-16 | 1 | -0/+16 |
* | [sanitizer] Reverting D34152 | Kostya Kortchinsky | 2017-06-14 | 1 | -15/+8 |
* | [sanitizer] MmapAlignedOrDie changes to reduce fragmentation | Kostya Kortchinsky | 2017-06-14 | 1 | -8/+15 |
* | [asan] Split SIGSEGV / SIGBUS handling so we can handle only one of them and ... | Filipe Cabecinhas | 2017-03-13 | 1 | -1/+3 |
* | [sanitizer] Move DescribeSignalOrException to sanitizer_common. | Marcos Pividori | 2017-02-02 | 1 | -0/+14 |
* | [asan] Reapply: Switch to using dynamic shadow offset on iOS | Anna Zaks | 2016-10-05 | 1 | -5/+0 |
* | Revert "[asan] Switch to using dynamic shadow offset on iOS" | Anna Zaks | 2016-10-05 | 1 | -0/+5 |
* | [asan] Switch to using dynamic shadow offset on iOS | Anna Zaks | 2016-10-04 | 1 | -5/+0 |
* | [compiler-rt] Add support for the dynamic shadow allocation | Etienne Bergeron | 2016-09-30 | 1 | -0/+5 |
* | revert 282085, 281909, they broke 32-bit dynamic ASan and the sanitizer-windo... | Nico Weber | 2016-09-21 | 1 | -5/+0 |
* | [compiler-rt] Add support for the dynamic shadow allocation | Etienne Bergeron | 2016-09-19 | 1 | -0/+5 |
* | [sanitizer] [SystemZ] Add virtual space size. | Marcin Koscielnicki | 2016-04-14 | 1 | -0/+6 |
* | [Windows] Fix UnmapOrDie and MmapAlignedOrDie | Reid Kleckner | 2016-03-10 | 1 | -0/+20 |
* | [asan] Implement SEGV read vs write detection for ARM and AArch64. | Evgeniy Stepanov | 2016-02-08 | 1 | -3/+3 |
* | [asan] When catching a signal caused by a memory access, print if it's a READ... | Kostya Serebryany | 2016-02-04 | 1 | -2/+5 |
* | [asan] Add iOS support. | Anna Zaks | 2016-02-02 | 1 | -1/+5 |
* | [cfi] Support for dlopen and dlclose. | Evgeniy Stepanov | 2016-01-26 | 1 | -0/+4 |