summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-06-13Reland "Passthrough additional flags to custom libcxx CMake build"Petr Hosek
2018-06-12Revert r334458, r334220, r334212, r334139.Matt Morehouse
2018-06-12[asan, myriad] Support environment variablesWalter Lee
2018-06-12[Fuzzer] Afl driver changing iterations handlingDavid Carlier
2018-06-12[scudo] Add C++17 aligned new/delete operators supportKostya Kortchinsky
2018-06-12[XRay][profiler] Part 5: Profiler File WritingDean Michael Berris
2018-06-12[XRay][profiler] Part 4: Profiler Mode WiringDean Michael Berris
2018-06-12[builtins] Delay emutls deallocation for one roundRyan Prichard
2018-06-12[builtins] emutls cleanup: determine header size using sizeofRyan Prichard
2018-06-11[sanitizer] Add fgets, fputs and puts into sanitizer_commonPeter Wu
2018-06-11[Sanitizers] Move pvalloc overflow tests to common.Alex Shlyapnikov
2018-06-11[scudo] Improve the scalability of the shared TSD modelKostya Kortchinsky
2018-06-10[ASAN] Fix crash on i?86-linux (32-bit) against glibc 2.27 and laterPeter Wu
2018-06-08[MSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-08[asan, myriad] Use local pool for new/delete when ASan run-time is not upWalter Lee
2018-06-08[Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov
2018-06-08[Xray] logging forgotten headerDavid Carlier
2018-06-08[XRay][compiler-rt] Cleanup some internal XRay utilitiesDean Michael Berris
2018-06-08[XRay][compiler-rt] Remove reliance on C++ ABI featuresDean Michael Berris
2018-06-07[HWASan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-07[libFuzzer] When printing NEW_FUNC, use 1-base indexing.Kostya Serebryany
2018-06-07Silence a -Wconstant-logical-operand warning.Douglas Yung
2018-06-07[Fuzzer] Update the header path for fdio/spawn.h on FuchsiaPetr Hosek
2018-06-07Disable recursive interceptors in signal(3)/MSanKamil Rytarowski
2018-06-07[libFuzzer] make the corpus elements aware of their data flow tracesKostya Serebryany
2018-06-07[sanitizer] Don't use internal_unlink on WindowsVitaly Buka
2018-06-06[libFuzzer] remove an experimental flag -use_feature_frequencyKostya Serebryany
2018-06-06[Fuzzer] Use private libc++ even for FuchsiaPetr Hosek
2018-06-06[CMake] Passthrough additional flags to custom libcxx CMake buildPetr Hosek
2018-06-06[sanitizer] Replace deprecated mktemp with mkstempVitaly Buka
2018-06-06[sanitizer] Cleanup ReadFileToVector and ReadFileToBufferVitaly Buka
2018-06-06[asan] Fix Myraid RTEMS port broken by r333985Walter Lee
2018-06-06Fix compile error with libstdc++.Ilya Biryukov
2018-06-06[XRay][compiler-rt] Refactor recursion guard for Basic and FDR ModeDean Michael Berris
2018-06-06[libFuzzer] initial implementation of -data_flow_trace. It parses the data fl...Kostya Serebryany
2018-06-05[lsan] Do not check for leaks in the forked processVitaly Buka
2018-06-05[LSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov
2018-06-05[XRay][compiler-rt] Use DCHECK instead of assert(...) (NFC)Dean Michael Berris
2018-06-05[XRay][compiler-rt] Use static instead of inline (NFC)Dean Michael Berris
2018-06-05[XRay][compiler-rt] Remove __xray:: in some places (NFC)Dean Michael Berris
2018-06-05[XRay][compiler-rt] Remove namespace __xray_fdr_internal (NFC)Dean Michael Berris
2018-06-05[XRay][compiler-rt] Merge XRay FDR mode into a single file (NFC)Dean Michael Berris
2018-06-05Introduce CheckASLR() in sanitizersKamil Rytarowski
2018-06-05[XRay][compiler-rt] Remove __sanitizer:: from namespace __xray (NFC)Dean Michael Berris
2018-06-05[XRay][compiler-rt] Remove reliance on C++ ABI from BufferQueueDean Michael Berris
2018-06-04[TSan] FreeBSD / intercept thr_exitDavid Carlier
2018-06-04[XRay][compiler-rt] Remove RTTI requirement from XRay BuildsDean Michael Berris
2018-06-02[Fuzzer] Migrate Fuchsia port from launchpad to fdio_spawnPetr Hosek
2018-06-01Add weak definitions of trace-cmp hooks to dfsanKostya Serebryany
2018-06-01[asan, myriad] Implement aligned local pool allocationWalter Lee