summaryrefslogtreecommitdiff
path: root/compiler-rt/lib/asan
Commit message (Expand)AuthorAgeFilesLines
* Revert "[ASAN] Use ThreadArgRetval in ASAN"Vitaly Buka2023-05-163-60/+39
* asan-rt: silence some more -Wformat-pedantic'sJon Roelofs2023-05-161-3/+3
* asan-rt: Silence a few -Wformat=pedantic's in asan_mac.cppJon Roelofs2023-05-151-3/+3
* [sanitizers] Remove assert from ThreadArgRetval::FinishVitaly Buka2023-05-121-3/+1
* [ASAN][LSAN] Ignore main or uninitialized thead in pthread_exitVitaly Buka2023-05-111-1/+4
* [ASAN] Use ThreadArgRetval in ASANVitaly Buka2023-05-113-39/+60
* Do not link asan_rtl_x86_64.S for non x86_64 platforms.Casey Smalley2023-05-091-1/+1
* [NFC][ASAN] Hide placeholder bufferVitaly Buka2023-05-081-4/+5
* [NFC][ASAN] Remove unused functionVitaly Buka2023-05-081-4/+0
* [NFC][ASAN] Sort includesVitaly Buka2023-05-082-1/+3
* [NFC][ASAN] Add const to getterVitaly Buka2023-05-081-1/+1
* [NFC][ASAN] Use alignof instead of constantVitaly Buka2023-05-081-1/+2
* [NFC][ASAN] Extract ThreadRegistry initializationVitaly Buka2023-05-081-10/+14
* [NFC][ASAN] Reformat the fileVitaly Buka2023-05-071-33/+30
* [NFC][ASAN] Add more pthread interceptorsVitaly Buka2023-05-072-2/+41
* [compiler-rt][interception][asan][win] Improve error reportingAlvin Wong2023-05-042-2/+3
* [compiler-rt][asan][win] Intercept exceptions for i686 MinGWAlvin Wong2023-05-041-2/+2
* [sanitizer][asan][win] Only unmap unneeded shadow memory on x86_64Alvin Wong2023-05-031-0/+3
* [compiler-rt][asan] Add report on intercept fail to more placesAlvin Wong2023-04-252-6/+6
* [compiler-rt][ASAN] Replace find_executable with shtuil.which in scriptDavid Spickett2023-04-191-2/+2
* [NFC][sanitizer] Clang-format some includesVitaly Buka2023-04-171-3/+4
* Re-land 'ASan: move allocator base to avoid conflict with high-entropy ASLR f...Thurston Dang2023-04-141-2/+6
* [runtimes][asan] Fix swapcontext interceptionIvan Trofimov2023-04-133-22/+57
* [nfc][asan] Reformat the fileVitaly Buka2023-04-131-65/+65
* Internalize AllocationBegin functions after D147005Fangrui Song2023-04-131-1/+1
* Revert "ASan: move allocator base to avoid conflict with high-entropy ASLR fo...Hans Wennborg2023-04-131-1/+1
* ASan: move allocator base to avoid conflict with high-entropy ASLR for x86-64...Thurston Dang2023-04-121-1/+1
* [lsan] Rename IgnoreObjectLocked into IgnoreObjectVitaly Buka2023-04-051-1/+1
* asan_memory_profile: Fix for deadlock in memory profiler code.Sanjeet Karan Singh2023-04-041-14/+7
* Revert "asan_memory_profile: Fix for deadlock in memory profiler code."Vitaly Buka2023-04-031-41/+3
* Update __sanitizer_get_allocated_begin to return const void*Thurston Dang2023-04-041-3/+3
* Add __sanitizer_get_allocated_begin API and implementationsThurston Dang2023-04-031-0/+15
* [asan][test] Fix tests or mark XFAIL for MinGW targetAlvin Wong2023-04-022-4/+20
* [asan] Fix Darwin runtimes compilationShoaib Meenai2023-04-011-0/+2
* asan_memory_profile: Fix for deadlock in memory profiler code.Sanjeet Karan Singh2023-03-311-3/+41
* asan: fix crash on odd stack sizeDmitry Vyukov2023-03-121-0/+1
* ASAN: keep support for Global::locationMartin Liska2023-02-242-3/+13
* asan: fix crash in strdup on malloc failureDmitry Vyukov2023-02-201-2/+6
* [LSAN] Add GetUserAddr function which returns the user visible address of an ...Kirill Stoimenov2023-02-021-0/+4
* [HWASAN] Implemented LSAN SetLsanTag and IgnoreObjectLockedKirill Stoimenov2023-01-171-0/+2
* Fix a -Wgnu-designator warning, NFC.Haojian Wu2023-01-141-1/+1
* [LSAN][Fuchsia] Added ForEachExtraThreadStackRange to support Fuchsia code.Kirill Stoimenov2023-01-131-3/+18
* [LSAN] More LSAN interface tweaking.Kirill Stoimenov2023-01-122-30/+38
* Revert "[LSAN] More LSAN interface tweaking."Vitaly Buka2023-01-122-35/+30
* [LSAN] More LSAN interface tweaking.Kirill Stoimenov2023-01-122-30/+35
* Revert "Reland "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling uni...Haowei Wu2022-12-131-0/+11
* [LSAN][NFC] Eliminated GetThreadRegistryLocked from the LSAN interface to avo...Kirill Stoimenov2022-12-141-1/+10
* Reland "[compiler-rt][test] Heed COMPILER_RT_DEBUG when compiling unittests"Rainer Orth2022-12-131-11/+0
* [NFC][asan] Guard implemetation with ASAN_INTERCEPT_SWAPCONTEXTVitaly Buka2022-12-083-20/+2
* [NFC][asan] Simplify parameters checkVitaly Buka2022-11-291-5/+3