summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-07-25[scudo] Check for pvalloc overflowKostya Kortchinsky
2017-07-25Only scan global sections containing data in LSan on darwinFrancis Ricci
2017-07-25Fix unused variable warning with MemoryMappedSegment private dataFrancis Ricci
2017-07-25Revert "[compiler-rt] Include thread ID into sanitizers logs"Vitaly Buka
2017-07-25Add address ranges for individual macho sections on darwinFrancis Ricci
2017-07-24[Sanitizers] TSan allocator set errno on failure.Alex Shlyapnikov
2017-07-24[mips] Switch asm to __asm__ for non-GNU compiles.Stephen Hines
2017-07-24Prefer atos to llvm-symbolizer on DarwinGeorge Karpenkov
2017-07-24[scudo] Quarantine overhaulKostya Kortchinsky
2017-07-24[compiler-rt] Add missing const specifier to MemoryMappedSegment functionsFrancis Ricci
2017-07-22[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka
2017-07-21Remove Bitrig: CompilerRT ChangesErich Keane
2017-07-20Revert "Add MemoryMappedSection struct for two-level memory map iteration"Francis Ricci
2017-07-20[compiler-rt] Use NOINLE to shrink stack framesVitaly Buka
2017-07-20[compiler-rt] Reorder functions to shrink stack framesVitaly Buka
2017-07-20Revert "[compiler-rt] Reorder functions to have smaller stack frames"Vitaly Buka
2017-07-20[compiler-rt] Reorder functions to have smaller stack framesVitaly Buka
2017-07-20Revert "[sanitizer_common] Move filesystem-related code out of sanitizer_comm...Vitaly Buka
2017-07-20Add MemoryMappedSection struct for two-level memory map iterationFrancis Ricci
2017-07-20[sanitizer_common] Move filesystem-related code out of sanitizer_common.ccAlex Shlyapnikov
2017-07-20[compiler-rt] Include thread ID into sanitizers logsVitaly Buka
2017-07-20Honour 80-character line limitKamil Rytarowski
2017-07-20Add NetBSD support in sanitizer_libignore.ccKamil Rytarowski
2017-07-20Add NetBSD support in sanitizer_procmaps.hKamil Rytarowski
2017-07-20Add NetBSD support in sanitizer_procmaps_common.ccKamil Rytarowski
2017-07-20[compiler-rt] Replace VPrintf with VReport in sanitizer_tls_get_addr.ccVitaly Buka
2017-07-20[asan] Move memcpy, memmove, memset code out of asan_interceptors.ccAlex Shlyapnikov
2017-07-19[X86][builtins] Sync getX86CpuIDAndInfoEx with llvm's Host.cpp again.Craig Topper
2017-07-18Revert "Add MemoryMappedSection struct for two-level memory map iteration"Francis 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-18[asan] Remove recent asan tests which expect death in allocatorVitaly Buka
2017-07-17Only scan global sections containing data in LSan on darwinFrancis Ricci
2017-07-17[sanitizers] Make sure that all complex macros uses parenthesisVitaly Buka
2017-07-17Add missing && to fix syntax.Kamil Rytarowski
2017-07-17Add NetBSD support in platform_interceptors.hKamil Rytarowski
2017-07-17Introduce SANITIZER_NETBSD in sanitizer_platform.hKamil Rytarowski
2017-07-17Add MemoryMappedSection struct for two-level memory map iterationFrancis Ricci
2017-07-16[asan] Attempt to fix test in Windows after r308064Vitaly Buka
2017-07-16[compiler-rt] Fix fix format specifies type in testVitaly Buka
2017-07-14[Sanitizers] ASan and LSan allocator set errno on failure.Alex Shlyapnikov
2017-07-14[Sanitizers] LSan allocator set errno on failure.Alex Shlyapnikov
2017-07-14[Sanitizers] Scudo allocator set errno on failure.Alex Shlyapnikov
2017-07-14tsan: optimize sync clock memory consumptionDmitry Vyukov
2017-07-13Fix sanitizer build against latest glibcKostya Serebryany
2017-07-13[scudo] Do not grab a cache for secondary allocation & per related changesKostya Kortchinsky
2017-07-13[ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (compiler...Vedant Kumar
2017-07-13For Darwin's GetTaskInfoMaxAddress, define the real structure with real field...Kuba Mracek
2017-07-13[compiler-rt][X86] Match the detection of cpu's for __cpu_model to the latest...Craig Topper