summaryrefslogtreecommitdiff
path: root/lib/asan
Commit message (Expand)AuthorAgeFilesLines
* Reland "[ASan] Do not misrepresent high value address dereferences as null de...Julian Lettner2019-10-101-1/+2
* Revert "[ASan] Do not misrepresent high value address dereferences as null de...Russell Gallop2019-10-101-2/+1
* [ASan] Do not misrepresent high value address dereferences as null dereferencesJulian Lettner2019-10-101-1/+2
* [compiler-rt] Use GetNextInstructionPc in signal handlersVitaly Buka2019-10-021-1/+2
* [compiler-rt] Fix lint check failure on commentsJinsong Ji2019-09-221-1/+2
* Add __lsan::ScopedInterceptorDisabler for strerror(3)Kamil Rytarowski2019-09-211-0/+5
* Stop tracking atexit/__cxa_atexit/pthread_atfork allocations in LSan/NetBSDKamil Rytarowski2019-09-212-1/+55
* Remove asan test for strncat(x, y, 0)David Bolvansky2019-09-171-3/+1
* [ASAN] Adjust asan tests due to new optimizationsDavid Bolvansky2019-09-171-1/+1
* [compiler-rt] Remove some cpplint filtersVitaly Buka2019-09-125-10/+16
* [compiler-rt] Better lint output for .inc filesVitaly Buka2019-09-121-6/+7
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-1119-74/+71
* Update compiler-rt cpplint.pyVitaly Buka2019-09-112-5/+5
* [asan_symbolize] Fix broken pipe handling for python 2.7Alexander Richardson2019-08-271-3/+9
* [Sanitizer] Using huge page on FreeBSD for shadow mappingDavid Carlier2019-08-271-2/+1
* [asan_symbolize] Attempt to fix build-bot failure after latest changeAlexander Richardson2019-08-261-0/+4
* [asan_symbolize] Avoid blocking when llvm-symbolizer is installed as addr2lineAlexander Richardson2019-08-261-3/+25
* [Sanitizer] checks ASLR on FreeBSDDavid Carlier2019-08-221-1/+1
* Revert r369472 and r369441Vitaly Buka2019-08-214-71/+34
* [AArch64][asan] fix typo in AsanStats::PrintSebastian Pop2019-08-201-1/+1
* [AArch64] Speed-up leak and address sanitizers on AArch64 for 48-bit VMASebastian Pop2019-08-204-34/+71
* [asan_symbolize] Fix bug where the frame counter was not incremented.Dan Liew2019-08-121-4/+9
* Revert "[asan_symbolize] Fix bug where the frame counter was not incremented."Mitch Phillips2019-08-091-9/+4
* [asan_symbolize] Fix bug where the frame counter was not incremented.Dan Liew2019-08-091-4/+9
* Restrict the NetBSD ASan TSD fallback to !ASAN_DYNAMICKamil Rytarowski2019-08-071-2/+2
* [Sanitizer] Linux refactor shadow huge page mode handlingDavid Carlier2019-08-051-1/+1
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-051-1/+1
* Try to fix OOB tests more on Windows after r367642Nico Weber2019-08-051-0/+7
* Try to fix OOB tests on at least Windows after r367642Nico Weber2019-08-051-1/+1
* Fix flaky test caused by PR42868Vitaly Buka2019-08-021-22/+21
* Remove a few straggler ".cc"s in compiler-rt/libNico Weber2019-08-012-2/+2
* compiler-rt: Rename .cc file in lib/asan/tests to .cppNico Weber2019-08-0115-27/+35
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-0144-96/+102
* [Sanitizer][ASAN][MSAN] Fix infinite recursion on FreeBSDAlexander Richardson2019-07-311-2/+2
* [asan_symbolize] More debugging outputDan Liew2019-07-311-0/+1
* [asan_symbolize] Add `--skip-uuid-validation` option to `ModuleMapPlugIn`.Dan Liew2019-07-311-10/+26
* [asan_symbolize] Provide better error message when extracting the UUID of a b...Dan Liew2019-07-311-1/+3
* [ASan] Fix >80 character line.Matt Morehouse2019-07-151-1/+2
* [sanitizers][windows][mingw32] Mingw32 RTL fixesMatthew G McGovern2019-07-151-44/+44
* Enable compiler-rt on SPARCRainer Orth2019-07-121-0/+1
* [ASan] Use __sanitizer_fill_shadow for FastPoisonShadow on FuchsiaPetr Hosek2019-07-111-4/+6
* [sanitizers][windows] FIX: Rtl-Heap Interception and testsMatthew G McGovern2019-07-091-2/+2
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-093-51/+335
* Revert "[sanitizers][windows] Rtl-Heap Interception and tests"JF Bastien2019-07-083-335/+51
* [sanitizers][windows] Rtl-Heap Interception and testsMatthew G McGovern2019-07-083-51/+335
* [ASan] Use dynamic shadow on 32-bit iOS and simulatorsJulian Lettner2019-06-211-14/+2
* [asan] Avoid two compiler-synthesized calls to memset & memcpyReid Kleckner2019-06-211-5/+2
* [asan_symbolize] Teach `asan_symbolize.py` to symbolicate partially symbolica...Dan Liew2019-06-181-2/+15
* Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka2019-06-151-3/+3
* [asan] Fix debug asan build link errorReid Kleckner2019-05-222-26/+29