summaryrefslogtreecommitdiff
path: root/lib/lsan
AgeCommit message (Expand)Author
2017-11-26Detect thread termination in LSan/NetBSDKamil Rytarowski
2017-11-15[LSan] Export __lsan_initAlex Shlyapnikov
2017-11-15Fix some typos in a comment.Francis Ricci
2017-11-13[lsan] Remove semicolon after do {} while (0)Tom de Vries
2017-11-09[sanitizers] Rename GetStackTraceWithPcBpAndContextVitaly Buka
2017-11-09[lsan] Add "static" to internal functionVitaly Buka
2017-11-06[LSan] Detect dynamic loader by its base address.Alex Shlyapnikov
2017-10-26[LSan] Adjust LSan allocator limits for PPC64.Alex Shlyapnikov
2017-10-05Revert "[LSan] Detect dynamic loader by its base address."Alex Shlyapnikov
2017-10-05[LSan] Detect dynamic loader by its base address.Alex Shlyapnikov
2017-09-22[lsan] Add __lsan_default_optionsVitaly Buka
2017-09-22[lsan] Deadly signal handler for lsanVitaly Buka
2017-09-22[asan/lsan] Make LSan compliant with recovery mode when running on top of ASanMaxim Ostapenko
2017-09-14[lsan] Extract GetStackTraceWithPcBpAndContext similar to asan versionVitaly Buka
2017-09-11[compiler-rt] Cleanup decoratorsVitaly Buka
2017-08-30Add NetBSD support in lsan_interceptors.ccKamil Rytarowski
2017-08-16Add C++17 aligned new/delete interceptors to standalone lsanFrancis Ricci
2017-07-28Support compiler-rt builtinsPetr Hosek
2017-07-26Revert "[sanitizer] Support compiler-rt builtins"Petr Hosek
2017-07-25[sanitizer] Support compiler-rt builtinsPetr Hosek
2017-07-25Only scan global sections containing data in LSan on darwinFrancis Ricci
2017-07-18Revert "Only scan global sections containing data in LSan on darwin"Francis Ricci
2017-07-18Don't call exit() from atexit handlers on DarwinFrancis Ricci
2017-07-18[Sanitizers] ASan/MSan/LSan allocators set errno on failure.Alex Shlyapnikov
2017-07-17Only scan global sections containing data in LSan on darwinFrancis Ricci
2017-07-14[Sanitizers] LSan allocator set errno on failure.Alex Shlyapnikov
2017-07-11Refactor MemoryMappingLayout::Next to use a single struct instead of output p...Francis Ricci
2017-07-10Add an #if SANITIZER_MAC and a comment to lsan_common's suppression for "_os_...Kuba Mracek
2017-07-10[lsan] Add _os_trace into LSan's suppression listKuba Mracek
2017-07-10Reverting an accidentally landed change.Kuba Mracek
2017-07-10[tsan] Add support for running TSan tests on iOS simulator and devicesKuba Mracek
2017-06-30[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-29MergeAlex Shlyapnikov
2017-06-29[Sanitizers] Rename CallocShouldReturnNullDueToOverflow to CheckForCallocOver...Alex Shlyapnikov
2017-06-29Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"Michael Zolotukhin
2017-06-29[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2017-06-20[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-06-19Revert "Add lsan interceptors for libdispatch functions on darwin"Francis Ricci
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-06-16[Sanitizer] Remove CombinedAllocator::Allocate's 'cleared' parameterAlex Shlyapnikov
2017-06-05Revert r304285, r304297.Evgeniy Stepanov
2017-06-05Revert "[sanitizer-coverage] test for -fsanitize-coverage=inline-8bit-counters"Renato Golin
2017-06-03[LSan] Detect dynamic loader by its base address.Alex Shlyapnikov
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-25Fix typo in tls patchFrancis Ricci
2017-05-25Implement tls scanning for darwin LSanFrancis Ricci
2017-05-19Use write instead of read permissions to check for global sections on macFrancis Ricci