summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-05-26[Fuzzer] Update _zx_port_wait function use in Fuchsia portPetr Hosek
2018-05-25Revert the last test commitH.J. Lu
2018-05-25This is a test commit to verify repository accessH.J. Lu
2018-05-24[libFuzzer] Run libFuzzer unit tests only on host architecture.George Karpenkov
2018-05-24Revert "[cmake] [ARM] Check if VFP is supported before including any VFP buil...Azharuddin Mohammed
2018-05-24[cmake] [ARM] Check if VFP is supported before including any VFP builtinsAzharuddin Mohammed
2018-05-24sanitizer: Use pre-computed size of struct ustat for LinuxCraig Topper
2018-05-24[libFuzzer] DataFlow tracer now tags a subset of the input. A separate script...Kostya Serebryany
2018-05-23[libFuzzer] fix two off-by-ones (!!) in the data flow tracerKostya Serebryany
2018-05-23[fuchsia] Add line buffering in RawWriteJake Ehrlich
2018-05-23[libFuzzer] change the output format for the DataFlow tracerKostya Serebryany
2018-05-23[libFuzzer] Don't complain about lack of interesting inputs when -runs=0.Max Moroz
2018-05-23[sanitizer] Define UINTPTR_MAXKostya Kortchinsky
2018-05-23Fix internal_mmap() on 32-bit NetBSD platformsKamil Rytarowski
2018-05-23[sanitizer] Reland "Be more accurate when calculating the previous instructio...Igor Kudrin
2018-05-23[libFuzzer] modify -print_corpus_stats to print whether the input reaches the...Kostya Serebryany
2018-05-22[asan] Use dynamic allocator space address on Android/AArch64.Evgeniy Stepanov
2018-05-21[asan] Make GetCurrentThread RTEMS-friendlyWalter Lee
2018-05-21[libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)Kostya Serebryany
2018-05-19Align ClearShadowForThreadStackAndTLS for NetBSD/i386Kamil Rytarowski
2018-05-19Port msan_test.cc to NetBSDKamil Rytarowski
2018-05-18[msan] Don't check divisor shadow in fdiv.Evgeniy Stepanov
2018-05-18[asan] Explicitly declare memintrinsics interceptors to have C linkageWalter Lee
2018-05-18[asan] Remove an unsigned compare >= 0Walter Lee
2018-05-18[asan] Add target-specific files for Myriad RTEMS portWalter Lee
2018-05-18[asan] Add support for Myriad RTEMS memory mapWalter Lee
2018-05-18[sanitizer] Trivial portion of the port to Myriad RTEMSWalter Lee
2018-05-16[asan] Add a magic shadow value for shadw gapWalter Lee
2018-05-16[libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany
2018-05-16[asan] Restore check removed by r332033Walter Lee
2018-05-16[scudo] Quarantine optimizationKostya Kortchinsky
2018-05-16[sanitizer] Minor 32-bit primary improvementsKostya Kortchinsky
2018-05-15[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka
2018-05-15[asan] Workaround to avoid hangs in Chromium testsVitaly Buka
2018-05-15[libFuzzer] deprecate equivalence_serverKostya Serebryany
2018-05-15[XRay][profiler] Part 2: XRay Function Call TrieDean Michael Berris
2018-05-14Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock"Vitaly Buka
2018-05-14[sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlockVitaly Buka
2018-05-14[XRay][compiler-rt] Relocate a DCHECK to the correct location.Dean Michael Berris
2018-05-14[XRay][compiler-rt] Fixup: Use proper string comparison for DCHECKDean Michael Berris
2018-05-14[XRay][compiler-rt] Fixup: Avoid C++11 narrowing in non-x86_64Dean Michael Berris
2018-05-14[XRay][compiler-rt] Support in-memory processing of FDR mode logsDean Michael Berris
2018-05-13[sanitizer] Replace #if SANITIZER_NETBSD with #if SANITIZER_INTERCEPT___LIBC_...Vitaly Buka
2018-05-12[sanitizer] Fix typo in macro nameVitaly Buka
2018-05-11[sanitizer] Allow Fuchsia symbolizer to be reused by Myriad RTEMSWalter Lee
2018-05-11[winasan] Update GetInstructionSize for Win10 1803David Major
2018-05-11[ASan] Fix range check in AddrIsInHighShadowDavid Major
2018-05-11[libFuzzer] refactor the implementation of -print_coverageKostya Serebryany
2018-05-10Enable SANITIZER_INTERCEPTOR_HOOKS for NetBSDKamil Rytarowski
2018-05-10[tsan] Add debugging API to retrieve the "external tag" from reportsKuba Mracek