summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-02-17Remove inclusion of netinet/ip_compat.h for FreeBSD. This header is notDimitry Andric
2015-02-17[Msan] Fix the unit tests' PathToLoadable() to work on FreeBSDViktor Kutuzov
2015-02-16[msan] Fix UnalignedLoad/UnalignedStore tests.Evgeniy Stepanov
2015-02-16tsan: remove everything related to rss/background thread in Go modeDmitry Vyukov
2015-02-16tsan: fix freebsd buildDmitry Vyukov
2015-02-16tsan: fix windows build scriptDmitry Vyukov
2015-02-16tsan: fix compiler warningDmitry Vyukov
2015-02-16tsan: fix shadow memory mapping on windowsDmitry Vyukov
2015-02-16tsan: exclude DumpProcessMap on windowsDmitry Vyukov
2015-02-16[Msan] Improve the EXPECT_NOT_POISONED() macro to provide the original line n...Viktor Kutuzov
2015-02-16[Msan] Make unit tests that use mempcpy() passing on FreeBSDViktor Kutuzov
2015-02-16[Msan] Disable the fgetgrent_r unit test on FreeBSDViktor Kutuzov
2015-02-16[Msan] Disable fcvt unit tests on FreeBSDViktor Kutuzov
2015-02-16[Msan] Fix the getgrnam_r unit test to pass on FreeBSDViktor Kutuzov
2015-02-16[Msan] Fix the sigaction unit test to build on FreeBSDViktor Kutuzov
2015-02-16[Msan] Fix the ether unit test to build on FreeBSDViktor Kutuzov
2015-02-16[asan] Support 'su' rooted devices in ASan setup script.Evgeniy Stepanov
2015-02-14tsan: fix buildDmitry Vyukov
2015-02-14tsan: always subtract one from program countersDmitry Vyukov
2015-02-13tsan: don't initialize trace header in release modeDmitry Vyukov
2015-02-13tsan: fix buildDmitry Vyukov
2015-02-13tsan: reduce history size in Go modeDmitry Vyukov
2015-02-13tsan: disable deadlock detector in Go modeDmitry Vyukov
2015-02-13tsan: remove internal deadlock detector from ThreadState in Go modeDmitry Vyukov
2015-02-13tsan: reduce size of vector clock in Go modeDmitry Vyukov
2015-02-13tsan: remove stats from ThreadState ifndef TSAN_COLLECT_STATSDmitry Vyukov
2015-02-13tsan: fix stack printingDmitry Vyukov
2015-02-12[Sanitizer] Change InitializeFlags() signatures. NFC.Alexey Samsonov
2015-02-12[Sanitizer] Add "final" specifier to FlagHandlerBase::Parse overrides. NFC.Alexey Samsonov
2015-02-11[Sanitizers] The MAP_NORESERVE define has been removed in FreeBSD 11.x,Dimitry Andric
2015-02-11[UBSan] Allow UBSan location to store frames returned by symbolizer.Alexey Samsonov
2015-02-11[ASan] Print out a diagnostic when a global is unregisteredTimur Iskhodzhanov
2015-02-11Revert "[UBSan] Enable -Wglobal-constructors."Justin Bogner
2015-02-11[UBSan] Add report deduplication for -fsanitize=function.Alexey Samsonov
2015-02-10[mips] Add __clear_cache() definition for non-Android systemsPetar Jovanovic
2015-02-10Fix ASan's Noinst unit testsKuba Brecka
2015-02-10[UBSan] Reduce the number of getCallerLocation() calls.Alexey Samsonov
2015-02-10[ASan/Win] NFC, just minor simplification of the codeTimur Iskhodzhanov
2015-02-10[ASan/Win] Add the executable's directory to the symbol search pathTimur Iskhodzhanov
2015-02-06[compiler-rt] Make MaybeReexec properly process DYLD_INSERT_LIBRARIES when us...Kuba Brecka
2015-02-06[UBSan] Enable -Wglobal-constructors.Yury Gribov
2015-02-04Revert "[ASan] Add the new __asan_mz_* symbols to asan_interface_internal.h"Juergen Ributzka
2015-02-04[ASan] Add the new __asan_mz_* symbols to asan_interface_internal.hAlexander Potapenko
2015-02-04[Msan] Fix the pthread_attr_get unit test to build on FreeBSDViktor Kutuzov
2015-02-04[sanitizer] add another workaround for PR 17409: when over a threshold emit c...Kostya Serebryany
2015-02-03[ASan] Remove ifdefs for MAC_OS_X_VERSION_10_6, as ASan assumes OSX >= 10.6Alexander Potapenko
2015-02-03[ASan] Add __asan_ prefix for "mz_*" allocation/deallocation functionsAlexander Potapenko
2015-02-03Enabling testing ASAN on AArch64Renato Golin
2015-02-03[ASan] Add use_madv_dontdump flag.Yury Gribov
2015-02-03Remove invalid const qualifier for r0, since it is written by svc.Stephen Hines