summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interceptors.h
AgeCommit message (Expand)Author
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
2012-02-27Introduce __asan_set_error_report_callback() to allow the client program post...Alexander Potapenko
2012-02-17AddressSanitizer: use custom strtol/atoll functionsAlexey Samsonov
2012-02-16AddressSanitizer: revert r150683 - we can't get rid of headers that easilyAlexey Samsonov
2012-02-16AddressSanitizer: don't include pthread.h and signal.h in interceptors on MacAlexey Samsonov
2012-02-14[ASan] Define an internal implementation of strchr to make stack OOB tests pa...Timur Iskhodzhanov
2012-02-08AddressSanitizer: start factoring out interception machineryAlexey Samsonov
2012-02-02AddressSanitizer: Add macro for definition/declaration of interceptorsAlexey Samsonov
2012-01-30AddressSanitizer: Enforce default visibility for all libc interceptorsAlexey Samsonov
2012-01-27Make compiler-rt/trunk/lib/asan compileable with Visual Studio 2008 on Windows.Alexander Potapenko