summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interceptors.cc
Commit message (Expand)AuthorAgeFilesLines
* Mark REAL(swapcontext) with indirect_return attribute on x86H.J. Lu2018-07-201-0/+8
* [sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee2018-05-181-2/+2
* Revert "[asan] Replace vfork with fork."Evgeniy Stepanov2018-03-271-11/+0
* [asan] Replace vfork with fork.Evgeniy Stepanov2018-03-161-0/+11
* [asan] Remove empty fork interceptor.Evgeniy Stepanov2018-03-161-12/+0
* [asan] Fix build for AndroidVitaly Buka2018-02-261-2/+2
* [asan] Intercept std::rethrow_exception indirectlyVitaly Buka2018-02-261-0/+42
* Add NetBSD syscall hooks skeleton in sanitizersKamil Rytarowski2018-02-151-0/+1
* [sanitizer] Move signal interceptors from asan to sanitizer_commonVitaly Buka2017-09-161-44/+4
* Add NetBSD support in asan_interceptors.ccKamil Rytarowski2017-08-081-0/+5
* [asan] Interceptors for FuchsiaVitaly Buka2017-08-021-0/+7
* [asan] Move memcpy, memmove, memset code out of asan_interceptors.ccAlex Shlyapnikov2017-07-201-131/+0
* Don't call exit() from atexit handlers on DarwinFrancis Ricci2017-07-181-0/+4
* [asan] Fix windows build.Evgeniy Stepanov2017-06-281-1/+0
* [msan] Intercept wcscat, wcsncat.Evgeniy Stepanov2017-06-271-11/+0
* Revert r304285, r304297.Evgeniy Stepanov2017-06-051-17/+0
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-021-2/+0
* [sanitizer-coverage] nuke more stale codeKostya Serebryany2017-06-021-3/+2
* [sanitizer] Trying to fix MAC buildbots after r304285Maxim Ostapenko2017-05-311-4/+8
* [sanitizer] Avoid possible deadlock in child process after forkMaxim Ostapenko2017-05-311-0/+13
* [compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka2017-05-251-9/+3
* [ASAN] Add interceptor for __longjmp_chkPeter Wu2017-05-041-0/+10
* [asan] speed up small memcpy (> 32 but <= 64 bytes)Kostya Serebryany2017-05-011-0/+7
* [sanitizer] Bail out with warning if user dlopens shared library with RTLD_DE...Maxim Ostapenko2017-03-091-3/+5
* [compiler-rt] Move logic which replace memcpy interceptor with memmove from a...Vitaly Buka2016-12-271-22/+1
* Fix interceptors setup broken after r290382Vitaly Buka2016-12-231-11/+11
* Replace WRAP in interceptors with memset, memmove and memcpy implementationVitaly Buka2016-12-221-76/+74
* [compiler-rt][asan] Fix overlaping parameters for memmove/memcpy on windows.Etienne Bergeron2016-12-081-11/+11
* [compiler-rt] Fix CHECK coding style [NFC]Etienne Bergeron2016-08-031-1/+1
* [compiler-rt] Fix warnings in interception codeEtienne Bergeron2016-07-271-2/+4
* Revert "fix https://reviews.llvm.org/D22610" and "[compiler-rt] Fix memmove/m...Bruno Cardoso Lopes2016-07-221-4/+3
* fix https://reviews.llvm.org/D22610Etienne Bergeron2016-07-211-1/+1
* [compiler-rt] Fix memmove/memcpy overlap detection on windowsEtienne Bergeron2016-07-211-3/+4
* address comments in: https://reviews.llvm.org/D22363Etienne Bergeron2016-07-141-5/+0
* [compiler-rt] Add internal wcslen to avoid crashing on windows 64-bitsEtienne Bergeron2016-07-141-0/+5
* [compiler-rt] Refactor the interception code on windows.Etienne Bergeron2016-07-111-2/+4
* Revert "[sanitizer] Move *fstat to the common interceptors"Benjamin Kramer2016-05-191-3/+0
* [sanitizer] Move *fstat to the common interceptorsMike Aizatsky2016-05-181-0/+3
* Revert "[sanitizer] Move *fstat to the common interceptors"Mike Aizatsky2016-05-171-3/+0
* [sanitizer] Move *fstat to the common interceptorsMike Aizatsky2016-05-171-0/+3
* [sanitizers] Get the proper symbol version when long double transition is inv...Marcin Koscielnicki2016-04-271-0/+2
* [asan] Add __strdup interceptor.Evgeniy Stepanov2016-04-201-0/+20
* Fix warnings uncovered by building with clang-clReid Kleckner2016-04-011-2/+2
* [sanitizer] Add memset, memmove, and memcpy to the common interceptorsDerek Bruening2016-03-251-0/+4
* [sanitizer] Add strnlen to the common interceptorsDerek Bruening2016-03-231-17/+1
* [asan] Intercept strdup on WindowsReid Kleckner2016-03-221-4/+0
* [sanitizer] Add strchr* to the common interceptorsEvgeniy Stepanov2016-03-211-20/+0
* [sanitizer] Add strlen to the common interceptorsAlexey Samsonov2016-03-111-18/+0
* [asan] Add iOS support.Anna Zaks2016-02-021-3/+6
* [LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov2016-01-161-1/+12