summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interceptors.h
AgeCommit message (Expand)Author
2018-05-18[sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee
2018-03-27Revert "[asan] Replace vfork with fork."Evgeniy Stepanov
2018-03-16[asan] Replace vfork with fork.Evgeniy Stepanov
2018-03-16[asan] Remove empty fork interceptor.Evgeniy Stepanov
2018-02-27Disable ASan exceptions on NetBSDKamil Rytarowski
2018-02-27[asan] Enable ASAN_INTERCEPT___CXA_THROW for x86 AndroidVitaly Buka
2018-02-26Fix build for iOS/ARM ("__Unwind_RaiseException" is not available for armv7).Kuba Mracek
2018-02-26[asan] Intercept std::rethrow_exception indirectlyVitaly Buka
2017-12-14[Sanitizers] Basic sanitizer Solaris support (PR 33274)Kamil Rytarowski
2017-11-10[sanitizer] Remove unneeded forward declaration of real_sigactionVitaly Buka
2017-11-10[sanitizer] Remove unneeded forward declarationsVitaly Buka
2017-11-09[sanitizer] Allow sanitizers to redefine implementation of signal interceptorsVitaly Buka
2017-09-16[sanitizer] Move signal interceptors from asan to sanitizer_commonVitaly Buka
2017-08-07Add NetBSD support in asan_interceptors.hKamil Rytarowski
2017-08-02[asan] Interceptors for FuchsiaVitaly Buka
2017-07-20[asan] Move memcpy, memmove, memset code out of asan_interceptors.ccAlex Shlyapnikov
2017-05-04[ASAN] Add interceptor for __longjmp_chkPeter Wu
2016-04-20[asan] Add __strdup interceptor.Evgeniy Stepanov
2016-03-23[sanitizer] Add strnlen to the common interceptorsDerek Bruening
2016-03-22[asan] Intercept strdup on WindowsReid Kleckner
2015-09-22[asan] Versioned interceptor for pthread_create.Evgeniy Stepanov
2015-03-16[ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-08-25[sanitizer] move mlock interceptor from asan/tsan/msan to common; no function...Kostya Serebryany
2014-08-21Follow-up for r215436: use SIZE_T for strlen and wcslen interceptors.Alexander Potapenko
2014-08-12[ASan] Use more appropriate return types for strlen/wcslen to avoid MSVC warn...Timur Iskhodzhanov
2014-07-03[asan] i686-linux-android support.Evgeniy Stepanov
2014-06-04[sancov] Handle fork.Evgeniy Stepanov
2014-05-14[asan] use some LIKELY/UNLIKELYKostya Serebryany
2014-03-04A set of trivial changes to support sanitizers on FreeBSD.Alexey Samsonov
2014-02-13[asan] Enable signal and sigaction interceptors on Android.Evgeniy Stepanov
2014-01-16[asan] Fix a bunch of style issues.Evgeniy Stepanov
2013-12-26[ASan] Delete asan_intercepted_functions.h, move the code into asan_intercept...Alexander Potapenko
2013-12-20[sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov
2013-02-05[ASan] Delete the code related to static runtime on OS X.Alexander Potapenko
2012-08-24If the program is linked to a dynamic ASan runtime which is not present in DY...Alexander Potapenko
2012-06-25Lots of trivial changes to remove extraneous semicolons throughout ASan.Chandler Carruth
2012-06-15[Sanitizer] move all the rest re-implementations of libc functions from ASan ...Alexey Samsonov
2012-06-15[Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementation...Alexey Samsonov
2012-06-14[Sanitizer] Move internal_memcmp to common sanitizer libcAlexey Samsonov
2012-06-08[Sanitizer] add internal_memset and internal_strrchr to sanitizer_common/Alexey Samsonov
2012-06-06[Sanitizer] Move more functions/constants to sanitizer_common.Alexey Samsonov
2012-06-05[Sanitizer] add sanitizer_posix.cc. Move more various functions into sanitize...Alexey Samsonov
2012-06-04[Sanitizer]: move internal_strcmp to sanitizer_commonAlexey Samsonov
2012-06-04[Sanitizer] Move internal_strncpy to sanitizer_libc (and make its behavior co...Alexey Samsonov
2012-05-31[asan] more renamingKostya Serebryany
2012-05-31[asan] more renamingKostya Serebryany
2012-03-29Add internal_memset and replace the uses of REAL(memset) with it where the pe...Alexander Potapenko
2012-03-21[asan] merge mac-specific interceptors into one functionAlexey Samsonov
2012-03-21[asan]: remove asan_mac.hAlexey Samsonov