summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/FuzzerIOPosix.cpp
AgeCommit message (Expand)Author
2017-02-08[libFuzzer] Properly use Handle instead of FD on Windows.Marcos Pividori
2017-01-26[libFuzzer] simplify the code for __sanitizer_cov_trace_pc_guard and make sur...Kostya Serebryany
2017-01-22[libFuzzer] Avoid undefined behavior, properly discard output to stdout/stderr.Marcos Pividori
2017-01-22[libFuzzer] Portable implementation of `IsInterestingCoverageFile()`.Marcos Pividori
2017-01-05[libFuzzer] use /tmp (or $TMPDIR, if present) to store temp files during mergeKostya Serebryany
2016-12-13[libFuzzer] Avoid name collision with Windows API.Marcos Pividori
2016-12-13[libFuzzer] Clean up headers and file formatting of LibFuzzer files.Marcos Pividori
2016-11-30[libFuzzer] extend -print_coverage to print the comma-separated list of cover...Kostya Serebryany
2016-11-30[LibFuzzer] Add Windows implementations of some IO functions.Zachary Turner