summaryrefslogtreecommitdiff
path: root/lib/fuzzer
AgeCommit message (Expand)Author
2018-05-23[libFuzzer] modify -print_corpus_stats to print whether the input reaches the...Kostya Serebryany
2018-05-21[libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)Kostya Serebryany
2018-05-16[libFuzzer] add an experimental flag -focus_function: libFuzzer will try to f...Kostya Serebryany
2018-05-15[libFuzzer] deprecate equivalence_serverKostya Serebryany
2018-05-11[libFuzzer] refactor the implementation of -print_coverageKostya Serebryany
2018-05-10[libFuzzer] remove the dump_coverage flag, it hasn't been working with the in...Kostya Serebryany
2018-05-10[libFuzzer] remove the experimental support for clang coverage instrumentatio...Kostya Serebryany
2018-05-10[libFuzzer] Experimental data flow tracer for fuzz targets.Kostya Serebryany
2018-05-10wrong usages of sem_open in the libFuzzerKamil Rytarowski
2018-05-08[libFuzzer] Guard symbolization with try-lock.Matt Morehouse
2018-05-02[libFuzzer] Don't short-circuit from CrashCallback.Matt Morehouse
2018-05-01[libFuzzer] Report at most one crash per input.Matt Morehouse
2018-04-24[LibFuzzer] Tweak `MutationDispatcher::Mutate_CopyPart` mutation.Dan Liew
2018-04-23[libFuzzer] Add feature to not use AFL's deferred forkserver.Matt Morehouse
2018-04-20[LibFuzzer] Report when custom counters are available.Dan Liew
2018-04-20[LibFuzzer] Try to unbreak the `FuzzerMutate.ShuffleBytes1` unit test.Dan Liew
2018-04-20[LibFuzzer] Unbreak the `trace-malloc-unbalanced.test` when using Python 3.Dan Liew
2018-04-20[Fuzzer] Add a missing header in Fuchsia implementationPetr Hosek
2018-04-19[Fuzzer] Make InterruptHandler non-blocking for FuchsiaPetr Hosek
2018-04-13[Fuzzer] Avoid C++ compiler checks for fuzzer C++ libraryPetr Hosek
2018-04-09libFuzzer, OpenBSD supportVitaly Buka
2018-04-06[libFuzzer] Print a correct error message when a directory can't beMatt Morehouse
2018-03-20Revert "[compiler-rt] Change std::sort to llvm::sort in response to r327219"Mandeep Singh Grang
2018-03-20[compiler-rt] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-16[Fuzzer] Build the shared memory hooks for FuchsiaPetr Hosek
2018-03-13fix some user facing typos / in the commentsSylvestre Ledru
2018-03-10[Fuzzer] When building for Fuchsia, add an explicit libc++ dependencyPetr Hosek
2018-03-07[Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek
2018-02-22[libFuzzer] Include TEMP_MAX_LEN in Fuzzer::PrintStats.Matt Morehouse
2018-02-13[libFuzzer] Set -experimental_len_control=1000 as default.Matt Morehouse
2018-02-07[Fuzzer] Use Zircon's public API on FuchsiaPetr Hosek
2018-02-01[CMake] Remove -stdlib= which is unused when passing -nostdinc++Jonas Hahnfeld
2018-01-30[fuzzer] Update and enable libFuzzer on FuchsiaPetr Hosek
2018-01-30[libFuzzer] Fix sizeof(ptr) bug.Matt Morehouse
2018-01-21Reland "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek
2018-01-20Revert "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek
2018-01-20[Fuzzer] Parametrize add_custom_libcxxPetr Hosek
2018-01-17Reland "[libFuzzer] Support using libc++"Petr Hosek
2018-01-17Revert "[libFuzzer] Support using libc++"Petr Hosek
2018-01-17[libFuzzer] Support using libc++Petr Hosek
2018-01-12Switch from Bourne shell to simply base shell to build libfuzzerKamil Rytarowski
2018-01-12lib Fuzzer FreeBSD supportKamil Rytarowski
2017-12-20[libfuzzer] Fix UB when calculating Log(0) in StackDepthStepFunction().Max Moroz
2017-12-13[libFuzzer] Add dummy call of LLVMFuzzerTestOneInput to afl_driver.Matt Morehouse
2017-12-12[libFuzzer] change the strategy for -experimental_len_control to grow max_len...Kostya Serebryany
2017-12-09[libFuzzer] even less aggressive step function for stack depth. Also don't us...Kostya Serebryany
2017-12-09[libFuzzer] make the stack depth signal less agressive, otherwise we are some...Kostya Serebryany
2017-12-08[libFuzzer] Add support for Fuchsia OS.Matt Morehouse
2017-12-08[libFuzzer] honor -use_counters, sligntly change the meaning of -experimental...Kostya Serebryany
2017-12-06[libFuzzer] Decrease stack usage in unit testsKostya Serebryany