summaryrefslogtreecommitdiff
path: root/lib/interception
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Remove some cpplint filtersVitaly Buka2019-09-121-4/+4
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-111-2/+2
* compiler-rt: Rename .cc file in lib/{interception/tests,safestack} to .cppNico Weber2019-08-014-7/+7
* compiler-rt: Rename .cc files in lib/interception to .cpp.Nico Weber2019-07-315-8/+8
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-201-2/+7
* Revert "Fix asan infinite loop on undefined symbol"Serge Guelton2019-07-201-7/+2
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-201-2/+7
* Revert "Fix asan infinite loop on undefined symbol"Matthew Voss2019-07-191-7/+2
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-191-2/+7
* Revert "Fix asan infinite loop on undefined symbol"Matthew Voss2019-07-181-7/+2
* Fix asan infinite loop on undefined symbolSerge Guelton2019-07-181-2/+7
* [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong2019-05-011-0/+3
* [Sanitizer] Reland "Cleanup INTERCEPT_FUNCTION macro"Julian Lettner2019-05-013-29/+35
* Revert r359325 "[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION t...Reid Kleckner2019-04-303-4/+27
* [NFC][Sanitizer] Remove GetRealFunctionAddress and replace usagesJulian Lettner2019-04-273-29/+4
* [Sanitizer] Fix testJulian Lettner2019-04-261-0/+2
* [Sanitizer] Fix compliation error in testJulian Lettner2019-04-261-2/+0
* [NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION to voidJulian Lettner2019-04-261-4/+6
* [NFC][Sanitizer] Extract GetFuncAddr from GetRealFunctionAddressJulian Lettner2019-04-253-9/+20
* [winasan] Fix strrchr interception with vs2019 CRTReid Kleckner2019-04-041-0/+2
* [hwasan, asan] Intercept vfork.Evgeniy Stepanov2019-02-271-2/+8
* Commit macro intended to be included in r353483.Reid Kleckner2019-02-071-1/+1
* [compiler rt] Win64 GetInstructionSize additional register MOV + stack alignm...Reid Kleckner2019-02-072-2/+27
* [safestack] Fix NetBSD buildVitaly Buka2019-01-221-4/+15
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1911-44/+33
* Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual forma...Nico Weber2019-01-161-2/+4
* [interception] Switch to _type suffix instead of _f, NFC.Kuba Mracek2018-10-222-2/+2
* [winasan] Reduce hotpatch prefix check to 8 bytesDavid Major2018-09-201-4/+4
* Introduce new type for inteceptors UINTMAX_TKamil Rytarowski2018-08-291-0/+1
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-2/+8
* [sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee2018-05-181-3/+12
* [winasan] Update GetInstructionSize for Win10 1803David Major2018-05-111-0/+1
* [sanitizer] Remove unneeded blank linesVitaly Buka2018-05-091-1/+0
* [sanitizer] Update .clang-format in compiler-rtVitaly Buka2018-05-091-0/+2
* The OpenBSD UBsan port introduced two typos that broke the Solaris sanitizer ...Rainer Orth2018-04-241-1/+1
* OpenBSD Ubsan support / interceptionKamil Rytarowski2018-03-023-10/+10
* [Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski2017-12-143-9/+18
* [Sanitizers] Use SANITIZER_* macros in lib/interceptionKamil Rytarowski2017-12-068-45/+46
* sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does ...Peter Collingbourne2017-11-101-0/+8
* [asan] Intercept heap routines in VS2010 CRTReid Kleckner2017-10-301-0/+1
* [asan] Add more x86 prologue decodings to handle x64 VC 2017 CRTReid Kleckner2017-10-241-0/+3
* [cmake] [interception] Remove duplicate gtest from test COMPILE_DEPSMichal Gorny2017-10-121-1/+1
* [Fuchsia] Magenta -> ZirconPetr Hosek2017-09-131-1/+1
* [sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov2017-08-151-27/+10
* [winasan] Fix hotpatching ntdll!strcpy for Win10 creators editionReid Kleckner2017-08-081-5/+4
* Reuse interception_linux for NetBSDKamil Rytarowski2017-08-082-5/+12
* Add NetBSD support in interception.hKamil Rytarowski2017-08-041-3/+3
* [sanitizer_common] Fuchsia support for interceptorsVitaly Buka2017-08-011-7/+30
* [sanitizers] Sanitizer tests CMake clean up: try #2George Karpenkov2017-07-281-15/+2
* Revert "[sanitizers] Sanitizer tests CMake clean up"George Karpenkov2017-07-271-2/+15