summaryrefslogtreecommitdiff
path: root/lib/lsan
AgeCommit message (Expand)Author
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
2017-05-17Revert "Implement tls scanning for darwin LSan"Francis Ricci
2017-05-17Implement tls scanning for darwin LSanFrancis Ricci
2017-05-15[lsan] Report the missing linker only when the linker is actually missing.Alex Shlyapnikov
2017-05-15[sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky
2017-05-09Avoid unnecessary calls to vm_region_recurseFrancis Ricci
2017-05-03[sanitizer] Intercept mcheck and mprobe on LinuxMaxim Ostapenko
2017-04-26[lsan] When necessary, define LSan suppression for tls_get_addr.Alex Shlyapnikov
2017-04-25[lsan] When necessary, define LSan suppression for pthread_exit.Alex Shlyapnikov
2017-04-21[lsan] Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-21Suppress DTLS leak happening in some glibc versions.Alex Shlyapnikov
2017-04-21Disable LSan on ppc64, some tests are failing.Alex Shlyapnikov
2017-04-20Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-20Define standard suppressions for LSan, start with this one.Alex Shlyapnikov
2017-04-20Define a suppression for known leaks on pthread_exit call.Alex Shlyapnikov
2017-04-19Fixup style from r300760Francis Ricci