aboutsummaryrefslogtreecommitdiff
path: root/lib/interception
AgeCommit message (Expand)Author
2019-05-01[compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong
2019-05-01[Sanitizer] Reland "Cleanup INTERCEPT_FUNCTION macro"Julian Lettner
2019-04-30Revert r359325 "[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION t...Reid Kleckner
2019-04-27[NFC][Sanitizer] Remove GetRealFunctionAddress and replace usagesJulian Lettner
2019-04-26[Sanitizer] Fix testJulian Lettner
2019-04-26[Sanitizer] Fix compliation error in testJulian Lettner
2019-04-26[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNCTION to voidJulian Lettner
2019-04-25[NFC][Sanitizer] Extract GetFuncAddr from GetRealFunctionAddressJulian Lettner
2019-04-04[winasan] Fix strrchr interception with vs2019 CRTReid Kleckner
2019-02-27[hwasan, asan] Intercept vfork.Evgeniy Stepanov
2019-02-07Commit macro intended to be included in r353483.Reid Kleckner
2019-02-07[compiler rt] Win64 GetInstructionSize additional register MOV + stack alignm...Reid Kleckner
2019-01-22[safestack] Fix NetBSD buildVitaly Buka
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-16Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual forma...Nico Weber
2018-10-22[interception] Switch to _type suffix instead of _f, NFC.Kuba Mracek
2018-09-20[winasan] Reduce hotpatch prefix check to 8 bytesDavid Major
2018-08-29Introduce new type for inteceptors UINTMAX_TKamil Rytarowski
2018-07-10[CMake] Add compiler-rt header files to the list of sources for targetsDan Liew
2018-05-18[sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee
2018-05-11[winasan] Update GetInstructionSize for Win10 1803David Major
2018-05-09[sanitizer] Remove unneeded blank linesVitaly Buka
2018-05-09[sanitizer] Update .clang-format in compiler-rtVitaly Buka
2018-04-24The OpenBSD UBsan port introduced two typos that broke the Solaris sanitizer ...Rainer Orth
2018-03-02OpenBSD Ubsan support / interceptionKamil Rytarowski
2017-12-14[Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski
2017-12-06[Sanitizers] Use SANITIZER_* macros in lib/interceptionKamil Rytarowski
2017-11-10sanitizer_common: Try looking up symbols with RTLD_DEFAULT if RTLD_NEXT does ...Peter Collingbourne
2017-10-30[asan] Intercept heap routines in VS2010 CRTReid Kleckner
2017-10-24[asan] Add more x86 prologue decodings to handle x64 VC 2017 CRTReid Kleckner
2017-10-12[cmake] [interception] Remove duplicate gtest from test COMPILE_DEPSMichal Gorny
2017-09-13[Fuchsia] Magenta -> ZirconPetr Hosek
2017-08-15[sanitizers CMake] NFC Refactor the logic for compiling and generating testsGeorge Karpenkov
2017-08-08[winasan] Fix hotpatching ntdll!strcpy for Win10 creators editionReid Kleckner
2017-08-08Reuse interception_linux for NetBSDKamil Rytarowski
2017-08-04Add NetBSD support in interception.hKamil Rytarowski
2017-08-01[sanitizer_common] Fuchsia support for interceptorsVitaly Buka
2017-07-28[sanitizers] Sanitizer tests CMake clean up: try #2George Karpenkov
2017-07-27Revert "[sanitizers] Sanitizer tests CMake clean up"George Karpenkov
2017-07-27[sanitizers] Sanitizer tests CMake clean upGeorge Karpenkov
2017-06-16[WinASan] Fix hotpatching new Win 10 build 1703 x64 strnlen prologueReid Kleckner
2017-01-30[interception] Check for export table's size before referring to its elements.Marcos Pividori
2017-01-22Revert "[interception] Check for export table's size before referring to its ...Marcos Pividori
2017-01-22[interception] Check for export table's size before referring to its elements.Marcos Pividori
2016-11-15[asan] Don't assert that a target is within 2GB on 32-bit WindowsReid Kleckner
2016-09-30[compiler-rt] Fix interception of crt atoll on win10 CRT.Etienne Bergeron
2016-09-28[compiler-rt] Fix interception of multiple defined symbols.Etienne Bergeron
2016-09-15[compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks
2016-09-14[interception] Avoid duplicate declaration of isdigit in testJonas Hahnfeld
2016-08-03[compilter-rt] Try to fix correctly rL277560Etienne Bergeron