summaryrefslogtreecommitdiff
path: root/lib/asan/asan_interceptors.cc
Commit message (Expand)AuthorAge
* [asan] Fix build.Evgeniy Stepanov2013-10-29
* [sanitizer] Fix build warnings.Evgeniy Stepanov2013-10-29
* tsan/asan: support pthread_setname_np to set thread namesDmitry Vyukov2013-10-29
* [sanitizer] Intercept pthread_attr_get*.Evgeniy Stepanov2013-10-25
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-15
* asan/msan: fix "unused function 'OnExit'" warningDmitry Vyukov2013-10-03
* asan/msan/tsan: move _exit interceptor to common interceptorsDmitry Vyukov2013-10-03
* [ASan] Remove a complex multiline comment that baffles lint.Alexander Potapenko2013-09-20
* [ASan] Enforce the memmove semantics for both memcpy() and memmove() intercep...Alexander Potapenko2013-09-20
* asan: Add a wcslen interceptor mirroring strlenReid Kleckner2013-09-05
* [sanitizer] Intercept poll/ppoll.Evgeniy Stepanov2013-08-12
* [Sanitizer] move strcpy and strncpy to common interceptorsAlexey Samsonov2013-07-16
* Fix check_lint warnings in sanitizers' runtime librariesTimur Iskhodzhanov2013-07-15
* [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor.Evgeniy Stepanov2013-07-09
* [sanitizer] Intercept realpath and canonicalize_file_name.Evgeniy Stepanov2013-07-09
* [asan] Fix windows build.Evgeniy Stepanov2013-07-09
* [lsan] Handle fork() correctly.Sergey Matveev2013-07-08
* [ASan] try to fix Windows buildAlexey Samsonov2013-07-01
* [ASan] Properly disable strict init-order checking when pthread_create is calledAlexey Samsonov2013-07-01
* Hide mlock/munlock info message under verbosity flag.Alexey Samsonov2013-07-01
* [sanitizer] Intercept ptrace.Evgeniy Stepanov2013-06-28
* [ASan] reimplement strdup() interceptor to get nicer stack traces for memory ...Alexey Samsonov2013-06-21
* [ASan] Delete excessive 'extern "C"' around mlock* interceptors.Alexander Potapenko2013-06-19
* [ASan] mark ioctl test as xfailing on darwin. remove redundant semicolonsAlexey Samsonov2013-06-10
* [ASan] An early return from InitializeAsanInterceptors() on Mac has been cons...Alexander Potapenko2013-06-07
* Replaced 'bool .* = 0;' with '... = false;'Timur Iskhodzhanov2013-05-29
* Fix MSVC W3 compiler warningsTimur Iskhodzhanov2013-05-29
* [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers.Evgeniy Stepanov2013-05-29
* Disable init-order checking before destructors are run.Alexey Samsonov2013-05-24
* [ASan] Add allow_user_segv_handler to let users override SEGV handler install...Alexey Samsonov2013-04-25
* [ASan] Disable strict-init-order checker once we have more than one thread, a...Alexey Samsonov2013-04-23
* [sanitizer] Add syscall handlers to ASan and TSan runtimes.Evgeniy Stepanov2013-04-12
* [sanitizer] Interceptors for wait*.Evgeniy Stepanov2013-04-09
* [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany2013-04-05
* [ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov2013-04-03
* [ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov2013-03-28
* asan/tsan: move strcasecmp() interceptor to sanitizer_commonDmitry Vyukov2013-03-26
* [ASan] fix-up for r177634 on Windows.Alexey Samsonov2013-03-22
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-21
* [ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov2013-03-20
* [asan] s/ASAN_POSIX/SANITIZER_POSIX/Evgeniy Stepanov2013-03-19
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [ASan] Add the memcmp_strict flag (1 by default) that controls the behavior o...Alexander Potapenko2013-02-28
* [asan] fix the output for range accesses (memset, etc); improve the tests; mo...Kostya Serebryany2013-02-26
* [ASan] Revert the incorrect macro on Linux.Alexander Potapenko2013-02-21
* [ASan] Refactoring: nuke the redundant function declarations in asan_intercep...Alexander Potapenko2013-02-21
* [asan] speedup by more than 2x handling of the small memset/memcpy/etc callsKostya Serebryany2013-02-21
* [asan] print a short one-line report summary after the full report. Currently...Kostya Serebryany2013-02-06
* [ASan] Delete the code related to static runtime on OS X.Alexander Potapenko2013-02-05
* [asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov2013-02-05