summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-02-12sancov.py: [Py3] Get rid of "print" statement. Use print() or write() instead.NAKAMURA Takumi
2017-02-11Re-submit r294826 "Fix -Wsign-compare" reverted in r294842 by mistake.Vitaly Buka
2017-02-11This reverts commits r294826 and r294781 as they break linking on powerpc.Vitaly Buka
2017-02-11Fix -Wsign-compare - this might not be quite right, but preserves behaviorDavid Blaikie
2017-02-11sancov.py: [Py3] Use sys.stdout.buffer for bytes.NAKAMURA Takumi
2017-02-10Remove struct_rtentry_sz on FreeBSDDimitry Andric
2017-02-10s390 CVE-2016-2143 whitelist for RHEL kernelsKostya Serebryany
2017-02-10Fix AddressSanitizer on s390 (31-bit)Kostya Serebryany
2017-02-10s390x __tls_get_addr_internal vs. __tls_get_offsetKostya Serebryany
2017-02-10[XRay] Implement powerpc64le xray.Tim Shen
2017-02-10[XRay] Refactor TSC related functions into a single header. NFC.Tim Shen
2017-02-09Remove strict tid checks from the mac implementation of BlockingMutexFrancis Ricci
2017-02-09[XRAY] [compiler-rt] [NFC] Fixing the bit twiddling of Function Id in FDR log...Dean Michael Berris
2017-02-08build: repair cross-compilation with clangSaleem Abdulrasool
2017-02-08[sanitizer] if WINAPI is already defined, do not redefine itBob Haarman
2017-02-08asan_symbolize.py: [Py3] Get rid of "print" statement. Use print() or write()...NAKAMURA Takumi
2017-02-08[sanitizer] Add weak hooks for Windows.Marcos Pividori
2017-02-07[XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functionsDean Michael Berris
2017-02-07[asan] replace std::random_shuffle with std::shuffle in tests since std::rand...Kostya Serebryany
2017-02-07sancov.py: [Py3] Use bytes.decode() explicitly.NAKAMURA Takumi
2017-02-07sancov.py: [Py3] Use '//' instead of '/' as division operator.NAKAMURA Takumi
2017-02-07asan_symbolize.py: [Py3] Use text mode with universal_newlines=True for Popen.NAKAMURA Takumi
2017-02-06[asan] Remove `using std::vector` and `using std::map`Alexander Kornienko
2017-02-06[Builtin][ARM] Implement addsf3/__aeabi_fadd for Thumb1Weiming Zhao
2017-02-06[XRay][compiler-rt] Use gettid instead of getpid in FDR mode.Dean Michael Berris
2017-02-03[scudo] 32-bit quarantine sizes adjustments and bug fixesKostya Kortchinsky
2017-02-03[sanitizer] Fix 'dyld: Symbol not found: _memmem' linkage error on Darwin 10.6Maxim Ostapenko
2017-02-02[sancov] Define delimiters for sanitizer coverage's binary section on Windows.Marcos Pividori
2017-02-02[sanitizer] Use interception to access to strong definitions in the executable.Marcos Pividori
2017-02-02[asan] Intercept SetUnhandledExceptionFilter.Marcos Pividori
2017-02-02[sanitizer] Move DescribeSignalOrException to sanitizer_common.Marcos Pividori
2017-02-02[sanitizer] Move exception code to sanitizer_common.Marcos Pividori
2017-02-02[asan] Properly handle exceptions.Marcos Pividori
2017-02-02[sanitizer] Add dynamic_runtime_thunk for different sanitizers.Marcos Pividori
2017-02-02[sanitizer] Intercept weak functions in dll_thunks.Marcos Pividori
2017-02-02[sanitizer] Split dll_thunks into different sanitizers.Marcos Pividori
2017-02-02[compiler-rt] Fix incorrect use of snprintfVitaly Buka
2017-02-02[tsan] Provide API for libraries for race detection on custom objectsKuba Mracek
2017-02-02Fixup of r293882: Forgot to update sanitizer_thread_registry.test.ccKuba Mracek
2017-02-02[tsan] Properly describe GCD worker threads in reportsKuba Mracek
2017-02-02[XRay] Probe for CPU features that XRay needsDean Michael Berris
2017-02-01[asan] Support handle_sigfpe on DarwinJustin Bogner
2017-02-01[sanitizer] Support SANITIZER_INTERCEPTOR_HOOKS on DarwinJustin Bogner
2017-02-01[sancov] Move __sancov_default_options declaration outside the namespace __sa...Marcos Pividori
2017-01-31[sanitizer] Add list of symbols exported in sanitizers' interface.Marcos Pividori
2017-01-31[sanitizer] Define as weak, functions that are declared as weak.Marcos Pividori
2017-01-31[asan] Export __sancov_* symbols symbols.Marcos Pividori
2017-01-31[sancov] Add new sanitizer coverage functions to the internal interface.Marcos Pividori
2017-01-31[sanitizer] Ensure macro parameters are expanded before stringifying.Marcos Pividori
2017-01-31[lsan] Renable LSan for x86 LinuxMaxim Ostapenko