summaryrefslogtreecommitdiffstats
path: root/lib/Fuzzer
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] when adding a reduced input print REDUCED instead of NEWKostya Serebryany2017-07-183-5/+8
* [libFuzzer] improve -reduce_inputs=1: now only consider the unique features o...Kostya Serebryany2017-07-184-26/+23
* [libFuzzer] disable fuzzer-flags.test on windows to fix the botsKostya Serebryany2017-07-181-0/+3
* Revert "[libFuzzer] Add a dependency on symbolizer from libFuzzer tests"George Karpenkov2017-07-171-1/+1
* [libFuzzer] remove stale codeKostya Serebryany2017-07-152-9/+4
* [libFuzzer] Allow non-fuzzer args after -ignore_remaining_args=1Justin Bogner2017-07-147-13/+72
* [libFuzzer] fix stats during mergeKostya Serebryany2017-07-141-1/+0
* [libFuzzer] update the comments in afl/afl_driver.cppKostya Serebryany2017-07-141-2/+2
* [libFuzzer] remove stale code; NFCKostya Serebryany2017-07-143-52/+0
* [libFuzzer] simplify the handling of memmem/strstrKostya Serebryany2017-07-1410-129/+61
* [libFuzzer] move code around; NFCKostya Serebryany2017-07-132-69/+60
* [libFuzzer] make sure that -reduce_inputs=1 deletes redundant files in the co...Kostya Serebryany2017-07-132-3/+21
* [libFuzzer] experimental feature -reduce_inputs (off by default) that tries t...Kostya Serebryany2017-07-139-16/+102
* [libFuzzer] relax test/shrink.test a bit (got broken on windows)Kostya Serebryany2017-07-121-1/+1
* [libFuzzer] remove include <sanitizer/coverage_interface.h>, not needed any ...Kostya Serebryany2017-07-121-3/+0
* [libFuzzer] refactoring in preparation for -reduce_inputs; NFC intendedKostya Serebryany2017-07-125-32/+40
* [libFuzzer] Add a dependency on symbolizer from libFuzzer testsGeorge Karpenkov2017-07-121-1/+1
* [libFuzzer] NFC Declare LIBFUZZER_FLAGS_BASE outside of an if-blockGeorge Karpenkov2017-07-121-1/+1
* [libFuzzer] Do not use LLVM ostream in testsGeorge Karpenkov2017-07-121-0/+3
* [LibFuzzer] Fix `-Wcomment` warning emitted by GCC.Dan Liew2017-07-111-2/+2
* [LibFuzzer] Fix `-Wpedantic` warning reported by Eric Christopher.Dan Liew2017-07-111-1/+2
* FuzzerUtilDarwin.cpp: We need to pass modifiable strings to posix_spawnMatthias Braun2017-07-071-2/+11
* [libFuzzer] change the default max_len from 64 to 4096. This will affect case...Kostya Serebryany2017-06-159-8/+17
* Fixing section name for Darwin platforms for sanitizer coverageGeorge Karpenkov2017-06-141-1/+1
* [libFuzzer] really restrict the new test to Linux (fails on Mac/Windows curre...Kostya Serebryany2017-06-141-1/+3
* [libFuzzer] restrict the new test to Linux (fails on Mac currently)Kostya Serebryany2017-06-131-0/+1
* [libFuzzer] initial support of -fsanitize-coverage=inline-8bit-counters in li...Kostya Serebryany2017-06-138-9/+83
* Fix the includes in lib/Fuzzer on Windows that have orderingChandler Carruth2017-06-062-2/+6
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-0667-93/+92
* [llvm] Remove double semicolonsMandeep Singh Grang2017-06-061-1/+1
* [libFuzzer] fix a test to match the new sanitizer run-timeKostya Serebryany2017-05-311-4/+4
* [libFuzzer] Don't replace custom signal handlers.Vitaly Buka2017-05-252-2/+17
* [libFuzzer] fix tests on WindowsKostya Serebryany2017-05-151-0/+1
* [libFuzzer] improve the afl driver and it's tests. Make it possible to run in...Kostya Serebryany2017-05-153-13/+77
* [libFuzzer] fix a warning from Wunreachable-code-loop-increment reported by C...Kostya Serebryany2017-05-151-1/+1
* [libFuzzer] fix a compiler warningKostya Serebryany2017-05-101-1/+2
* [libFuzzer] update docs on -print_coverage/-dump_coverageKostya Serebryany2017-05-091-4/+4
* [libFuzzer] make sure the input data is not overwritten in the fuzz target (i...Kostya Serebryany2017-05-096-1/+39
* [libFuzzer] exit without running atexit handlers in libfuzzer's crash handlerVitaly Buka2017-05-031-1/+1
* Fuzzer: Mark test/cxxstring.test UNSUPPORTED: windowsDuncan P. N. Exon Smith2017-04-281-0/+2
* Remove unnecessary semicolonSanjoy Das2017-04-281-1/+1
* Fixup for r301054: Use an explicit constructor.Kuba Mracek2017-04-211-1/+1
* Fixup for r301054: Only use __attribute__((no_sanitize("memory"))) when it's ...Kuba Mracek2017-04-211-1/+5
* [libFuzzer] Always build libFuzzer Kuba Mracek2017-04-211-34/+40
* Fixup for r301007: Restrict the -D hack to Darwin.Kuba Mracek2017-04-211-7/+9
* Revert r301010: Bot failures on Windows, NetBSD and even some old Darwin.Kuba Mracek2017-04-211-20/+14
* [libFuzzer] Always build libFuzzerKuba Mracek2017-04-211-14/+20
* [libFuzzer] Changing thread_local to __thread in libFuzzerKuba Mracek2017-04-211-0/+13
* [libFuzzer] Check for target(popcnt) capability before usageKuba Mracek2017-04-211-2/+10
* Revert "[libFuzzer] XFAIL fuzzer-oom.test on Darwin."Ahmed Bougacha2017-04-201-1/+0