summaryrefslogtreecommitdiff
path: root/lib/asan/asan_thread.cc
AgeCommit message (Expand)Author
2017-12-04[ASan] Enhance libsanitizer support for invalid-pointer-pair.Alex Shlyapnikov
2017-08-09[asan] Refactor thread creation bookkeepingVitaly Buka
2017-08-09[asan] Complete the Fuchsia portVitaly Buka
2017-07-05[asan] Remove check for stack sizeJonas Hahnfeld
2017-06-02[asan] fix one more case where stack-use-after-return is not async-signal-saf...Kostya Serebryany
2017-04-17[sanitizer] Introduce tid_t as a typedef for OS-provided thread IDsKuba Mracek
2017-04-10[Asan] Eliminate SHADOW_TO_MEM() macroIvan A. Kosarev
2017-02-02[tsan] Properly describe GCD worker threads in reportsKuba Mracek
2016-09-28[ASAN] Pass previous stack information through __sanitizer_finish_switch_fiberDmitry Vyukov
2016-09-07[asan] Fix a crash in GetCurrentThread() before init.Evgeniy Stepanov
2016-06-21[asan] add primitives that allow coroutine implementationsDmitry Vyukov
2016-01-14[LSan] Use __tls_get_addr interceptor to keep track of dynamic TLS.Alexey Samsonov
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-07-21[asan] Remove AsanPlatformThreadInitReid Kleckner
2014-12-05[ASan] Refactor thread starting code.Sergey Matveev
2014-12-05[ASan, LSan] Improve tracking of thread creation.Sergey Matveev
2014-10-26Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov
2014-10-01[ASan] Make stack-buffer-overflow reports more robustAlexey Samsonov
2014-06-06[asan] initialize fake_stack_ to 0 before we call SetThreadStackAndTls, becau...Kostya Serebryany
2014-05-15Fix typosAlp Toker
2014-02-26Reapply r201910. MSVC gets __func__ defined explicitly, even though itJoerg Sonnenberger
2014-02-22Revert "Replace __FUNCTION__ with __func__, the latter being standard C99/C++...Reid Kleckner
2014-02-21Replace __FUNCTION__ with __func__, the latter being standard C99/C++11.Joerg Sonnenberger
2014-01-29[asan] experimental intercetor for __tls_get_addr. So far it does nothing int...Kostya Serebryany
2014-01-28[ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko
2013-12-16[asan] replace the flag uar_stack_size_log with two flags min_uar_stack_size_...Kostya Serebryany
2013-12-11[asan] if verbosity>=2, print the fake stack usage stats at thread exit; No f...Kostya Serebryany
2013-12-05[sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev
2013-11-27[ASan] Clarify that AsanThread objects are allocated only via mmap(). No func...Alexey Samsonov
2013-11-13[asan] fix a leak in tds (https://code.google.com/p/address-sanitizer/issues/...Kostya Serebryany
2013-10-24Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne
2013-10-18[asan] allocate AsanThreadContext using LowLevelAllocator instead of mmap to ...Kostya Serebryany
2013-10-18[asan] reduce the size of AsanThreadContext by storing the stack trace in the...Kostya Serebryany
2013-10-15tsan: move verbosity flag to CommonFlagsDmitry Vyukov
2013-10-14[lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev
2013-10-14[asan] Improve thread lifetime tracking on POSIX systems.Sergey Matveev
2013-09-27[asan] introduce run-time flag uar_stack_size_log to control the size of Fake...Kostya Serebryany
2013-09-19[asan] fix one more async-signal-safety issue with use-after-returnKostya Serebryany
2013-09-18[asan] add a run-time option detect_stack_use_after_return, add verbosity out...Kostya Serebryany
2013-09-13[asan] second attempt to use TLS with fake stack. This time it looks (more) a...Kostya Serebryany
2013-09-12[asan] (part 2) don't lazy-init fake_stack if we only need to check that fake...Kostya Serebryany
2013-09-12[asan] don't lazy-init fake_stack if we only need to check that fake_stack ex...Kostya Serebryany
2013-09-12[asan] hopefully make the FakeStack async-signal safe, enable the related testKostya Serebryany
2013-09-02Improve collecting malloc stats in ASanAlexey Samsonov
2013-07-08[lsan] Handle fork() correctly.Sergey Matveev
2013-06-26[asan] initialize fake_stack lazily and increase its maximal size. This makes...Kostya Serebryany
2013-06-21[asan] Move lsan_disabled out of thread context.Sergey Matveev
2013-06-04Fix ALIGNED misuse in asan_thread.cc (built on all platforms); also, add a co...Timur Iskhodzhanov
2013-06-03[asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan YKostya Serebryany
2013-06-03[lsan] Add __lsan_disable() and __lsan_enable().Sergey Matveev