summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interceptors.cc
AgeCommit message (Expand)Author
2017-09-16[sanitizer] Move signal interceptors from asan to sanitizer_commonVitaly Buka
2017-08-08Add NetBSD support in asan_interceptors.ccKamil 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-07-18Don't call exit() from atexit handlers on DarwinFrancis Ricci
2017-06-28[asan] Fix windows build.Evgeniy Stepanov
2017-06-27[msan] Intercept wcscat, wcsncat.Evgeniy Stepanov
2017-06-05Revert r304285, r304297.Evgeniy Stepanov
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-06-02[sanitizer-coverage] nuke more stale codeKostya Serebryany
2017-05-31[sanitizer] Trying to fix MAC buildbots after r304285Maxim Ostapenko
2017-05-31[sanitizer] Avoid possible deadlock in child process after forkMaxim Ostapenko
2017-05-25[compiler-rt] Replace allow_user_segv_handler=0 with kHandleSignalExclusiveVitaly Buka
2017-05-04[ASAN] Add interceptor for __longjmp_chkPeter Wu
2017-05-01[asan] speed up small memcpy (> 32 but <= 64 bytes)Kostya Serebryany
2017-03-09[sanitizer] Bail out with warning if user dlopens shared library with RTLD_DE...Maxim Ostapenko
2016-12-27[compiler-rt] Move logic which replace memcpy interceptor with memmove from a...Vitaly Buka
2016-12-23Fix interceptors setup broken after r290382Vitaly Buka
2016-12-22Replace WRAP in interceptors with memset, memmove and memcpy implementationVitaly Buka
2016-12-08[compiler-rt][asan] Fix overlaping parameters for memmove/memcpy on windows.Etienne Bergeron
2016-08-03[compiler-rt] Fix CHECK coding style [NFC]Etienne Bergeron
2016-07-27[compiler-rt] Fix warnings in interception codeEtienne Bergeron
2016-07-22Revert "fix https://reviews.llvm.org/D22610" and "[compiler-rt] Fix memmove/m...Bruno Cardoso Lopes
2016-07-21fix https://reviews.llvm.org/D22610Etienne Bergeron
2016-07-21[compiler-rt] Fix memmove/memcpy overlap detection on windowsEtienne Bergeron
2016-07-14address comments in: https://reviews.llvm.org/D22363Etienne Bergeron
2016-07-14[compiler-rt] Add internal wcslen to avoid crashing on windows 64-bitsEtienne Bergeron
2016-07-11[compiler-rt] Refactor the interception code on windows.Etienne Bergeron
2016-05-19Revert "[sanitizer] Move *fstat to the common interceptors"Benjamin Kramer
2016-05-18[sanitizer] Move *fstat to the common interceptorsMike Aizatsky
2016-05-17Revert "[sanitizer] Move *fstat to the common interceptors"Mike Aizatsky
2016-05-17[sanitizer] Move *fstat to the common interceptorsMike Aizatsky
2016-04-27[sanitizers] Get the proper symbol version when long double transition is inv...Marcin Koscielnicki
2016-04-20[asan] Add __strdup interceptor.Evgeniy Stepanov
2016-04-01Fix warnings uncovered by building with clang-clReid Kleckner
2016-03-25[sanitizer] Add memset, memmove, and memcpy to the common interceptorsDerek Bruening
2016-03-23[sanitizer] Add strnlen to the common interceptorsDerek Bruening
2016-03-22[asan] Intercept strdup on WindowsReid Kleckner
2016-03-21[sanitizer] Add strchr* to the common interceptorsEvgeniy Stepanov
2016-03-11[sanitizer] Add strlen to the common interceptorsAlexey Samsonov
2016-02-02[asan] Add iOS support.Anna Zaks
2016-01-16[LSan] Ignore all allocations made inside pthread_create.Alexey Samsonov
2015-12-04[ASan] Fix the links to bugs and wikipages.Alexander Potapenko
2015-11-11[ASan] Enable optional ASan recovery.Yury Gribov
2015-10-05[asan][mips] Fix ABI incompatibility crash in pthread_create() following r248...Daniel Sanders
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-09-22[asan] Versioned interceptor for pthread_create.Evgeniy Stepanov
2015-09-02[asan] Fix signal interception on Android.Evgeniy Stepanov
2015-07-31[asan] Fix signal() interception on 64-bit Android.Evgeniy Stepanov
2015-07-29[asan,tsan,msan] move the memcmp interceptor from asan/tsan to sanitizer_comm...Kostya Serebryany