summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-15Add NetBSD syscall hooks skeleton in sanitizersKamil Rytarowski
2018-02-15Add new interceptor: lstat(2)Kamil Rytarowski
2018-02-15[sanitizer] Fix flakiness in the testsVitaly Buka
2018-02-13[libFuzzer] Set -experimental_len_control=1000 as default.Matt Morehouse
2018-02-13[sanitizer] Implement GetRSS on WindowsKostya Kortchinsky
2018-02-12[sanitizer] Size class map & local cache improvementsKostya Kortchinsky
2018-02-11Revert r324847, there's bot failures.Kuba Mracek
2018-02-11[sanitizer] Implement NanoTime() on DarwinKuba Mracek
2018-02-11[compiler-rt] Replace forkpty with posix_spawnKuba Mracek
2018-02-10Correct a typo in tsan_pthread_setname_np in the FreeBSD codeKamil Rytarowski
2018-02-10Mark the textdomain.cc test as unsupported on BSDsKamil Rytarowski
2018-02-10[XRay] Rename Buffer.Buffer to Buffer.DataDean Michael Berris
2018-02-08[scudo] Allow options to be defined at compile timeKostya Kortchinsky
2018-02-08[builtins] Workaround for infinite recursion in c?zdi2Jonas Devlieghere
2018-02-08Update test counter_promo_nest.c to meet llvm changeSerguei Katkov
2018-02-08Add space inside the regular expression.Rafael Espindola
2018-02-08Remove extra space.Rafael Espindola
2018-02-07Update for llvm change.Rafael Espindola
2018-02-07[asan] Fix filename size on linux platforms.Yvan Roux
2018-02-07Correct a bug in GetArgsAndEnv() for NetBSDKamil Rytarowski
2018-02-07[Fuzzer] Use Zircon's public API on FuchsiaPetr Hosek
2018-02-05[Sanitizers, Darwin] Disable SANITIZER_SUPPORTS_WEAK_HOOKS before Mac OS X 10.9Vitaly Buka
2018-02-05[sanitizer] Revert rL324263Kostya Kortchinsky
2018-02-05[sanitizer] SizeClassMap minor improvement/correctness changesKostya Kortchinsky
2018-02-05[sanitizer] Allocator local cache improvementsKostya Kortchinsky
2018-02-05Handle NetBSD symbol mangling devname -> __devname50Kamil Rytarowski
2018-02-02Use NULL instead of nullptr in invalid-pointer-pairs-compare-null.cc; nullptr...Kuba Mracek
2018-02-02[asan] Make concurrent_overflow.cc less flakyKuba Mracek
2018-02-02Correct FileCheck usage in two newly added testsKamil Rytarowski
2018-02-02Add new NetBSD interceptors: devname(3), devname_r(3)Kamil Rytarowski
2018-02-02Correct the return value of strlcat(3) in the interceptorKamil Rytarowski
2018-02-01Add new interceptors: strlcpy(3) and strlcat(3)Kamil Rytarowski
2018-02-01[sanitizer] Fix array sizes used for path in testsVitaly Buka
2018-02-01Update readlink.c and readlinkat.c to use larger buffers on Darwin.Kuba Mracek
2018-02-01[sanitizer] Implement NanoTime & MonotonicNanoTime for WindowsKostya Kortchinsky
2018-02-01[scudo] Minor Secondary changesKostya Kortchinsky
2018-02-01Make detect_invalid_pointer_pairs option to be tristate.Alex Shlyapnikov
2018-02-01[CMake] Remove -stdlib= which is unused when passing -nostdinc++Jonas Hahnfeld
2018-02-01[XRay][compiler-rt+llvm] Update XRay register stashing semanticsDean Michael Berris
2018-01-31[sanitizer] Move readlinkat.c test from Linux to PosixVitaly Buka
2018-01-30[sanitizer] Fix tests on Android and DarwinVitaly Buka
2018-01-30[fuzzer] Update and enable libFuzzer on FuchsiaPetr Hosek
2018-01-30[sanitizer] Add interceptors for readlinkat, name_to_handle_at, open_by_handl...Vitaly Buka
2018-01-30[libFuzzer] Fix sizeof(ptr) bug.Matt Morehouse
2018-01-30[scudo] Add default implementations for weak functionsKostya Kortchinsky
2018-01-30[XRay] [compiler-rt] stop writing garbage in naive log recordsMartin Pelikan
2018-01-29[scudo] Add support for Fuchsia OS.Kostya Kortchinsky
2018-01-29tsan: deflake a testDmitry Vyukov
2018-01-29Revert: [compiler-rt] r323626 - [cmake] [compiler-rt] Remove duplicate CMAKE_...Don Hinton
2018-01-29[cmake] [compiler-rt] Remove duplicate CMAKE_CXX_FLAGS.Don Hinton