summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interceptors.cc
Commit message (Expand)AuthorAgeFilesLines
...
* [ASan] Fix the links to bugs and wikipages.Alexander Potapenko2015-12-041-1/+1
* [ASan] Enable optional ASan recovery.Yury Gribov2015-11-111-1/+1
* [asan][mips] Fix ABI incompatibility crash in pthread_create() following r248...Daniel Sanders2015-10-051-0/+2
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-9/+9
* [asan] Versioned interceptor for pthread_create.Evgeniy Stepanov2015-09-221-0/+8
* [asan] Fix signal interception on Android.Evgeniy Stepanov2015-09-021-6/+5
* [asan] Fix signal() interception on 64-bit Android.Evgeniy Stepanov2015-07-311-2/+2
* [asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_comm...Kostya Serebryany2015-07-291-35/+0
* [sanitizer] Recognize static TLS in __tls_get_addr interceptor.Evgeniy Stepanov2015-05-161-0/+7
* Move some POSIX-specific functions from sanitizer_libc.h to a new sanitizer_p...Timur Iskhodzhanov2015-04-081-0/+4
* sanitizer: new "strict_string_checks" run-time flagDmitry Vyukov2015-04-061-41/+17
* Add another sanity check for swapcontext, which is currently unsupported. Pat...Nick Lewycky2015-03-271-1/+1
* asan: optimization experimentsDmitry Vyukov2015-03-171-1/+1
* [ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov2015-03-161-122/+1
* [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov2015-03-111-0/+46
* [ASan] Disable strict init-order checking if dlopen() is called.Alexey Samsonov2015-02-241-0/+6
* [Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE() macroViktor Kutuzov2015-01-301-1/+2
* [ASan] Fix use-after-scope in COMMON_INTERCEPTOR_ENTER implementation.Alexey Samsonov2015-01-271-1/+1
* [Sanitizers] Intercept opendir()Viktor Kutuzov2015-01-211-0/+3
* Fix two extra semicolon warningsEhsan Akhgari2015-01-121-1/+2
* Remove AsanInterceptsSignal in favor of (equivalent) IsDeadlySignal.Alexey Samsonov2015-01-091-6/+3
* [asan] Allow enabling coverage at activation.Evgeniy Stepanov2014-12-261-2/+2
* Revert r224838, r224839.Evgeniy Stepanov2014-12-261-2/+2
* [asan] Allow enabling coverage at activation.Evgeniy Stepanov2014-12-251-2/+2
* [ASan/Win] Bandaid fix for PR22025 -- deadlocks when creating suspended threadsTimur Iskhodzhanov2014-12-241-15/+13
* [asan] new flag: hard_rss_limit_mbKostya Serebryany2014-12-161-0/+6
* Implement AddressSanitizer suppressions.Kuba Brecka2014-12-051-74/+147
* [ASan] Refactor thread starting code.Sergey Matveev2014-12-051-8/+4
* [ASan] Fix Win build following r223419.Sergey Matveev2014-12-051-6/+18
* [ASan, LSan] Improve tracking of thread creation.Sergey Matveev2014-12-051-10/+34
* Fix -Wcast-qual warnings in sanitizersAlexey Samsonov2014-11-131-3/+3
* [sanitizer] move mlock interceptor from asan/tsan/msan to common; no function...Kostya Serebryany2014-08-251-42/+0
* [ASan/Win] Land the trivial bits of -MD RTL support (PR20214)Timur Iskhodzhanov2014-08-221-0/+4
* Follow-up for r215436: use SIZE_T for strlen and wcslen interceptors.Alexander Potapenko2014-08-211-4/+4
* [ASan] Turns out we should always intercept __cxa_throwTimur Iskhodzhanov2014-08-211-1/+1
* [ASan] Use more appropriate return types for strlen/wcslen to avoid MSVC warn...Timur Iskhodzhanov2014-08-121-4/+4
* [ASan/Win] Handle SEH exceptions even with -GSTimur Iskhodzhanov2014-08-051-0/+7
* Allow initialization of Asan interceptors before the general Asan initializat...Viktor Kutuzov2014-07-251-0/+1
* [ASan/Win] Handle SEH exceptions (best-effort, similar to longjmp)Timur Iskhodzhanov2014-07-221-0/+7
* [ASan/Win] Add handling of C++ exceptions to the RTLTimur Iskhodzhanov2014-07-221-0/+9
* [sancov] Handle fork.Evgeniy Stepanov2014-06-041-0/+14
* [asancov] Write coverage directly to a memory-mapped file.Evgeniy Stepanov2014-05-271-0/+2
* [ASan/Win] Make sure the list of wrappers exported by the main module and imp...Timur Iskhodzhanov2014-05-221-0/+2
* [asan] use some LIKELY/UNLIKELYKostya Serebryany2014-05-141-18/+20
* [sanitizer] Replace a macro with a function.Evgeniy Stepanov2014-05-071-1/+1
* [asan] add __asan_memset and friendsKostya Serebryany2014-04-211-27/+35
* [asan] provide better reports for cases where memcpy/etc get negative size pa...Kostya Serebryany2014-04-141-0/+4
* [ASan] Fix a thinko spotted by Evgeniy Stepanov: use REAL(memcpy) on non-OSX ...Alexander Potapenko2014-03-261-4/+1
* [sanitizer] Simplify interceptors with user callbacks.Evgeniy Stepanov2014-03-061-3/+0
* [asan] Enable signal and sigaction interceptors on Android.Evgeniy Stepanov2014-02-131-0/+15