summaryrefslogtreecommitdiffstats
path: root/scripts/oss-fuzz
Commit message (Expand)AuthorAgeFilesLines
* oss-fuzz: ensure base_copy is a generic-fuzzerAlexander Bulekov2022-07-221-1/+1
* oss-fuzz: remove binaries from qemu-bundle treePaolo Bonzini2022-07-221-1/+3
* datadir: Use bundle mechanismAkihiko Odaki2022-07-131-4/+4
* fuzz: only use generic-fuzz targets on oss-fuzzAlexander Bulekov2022-07-081-2/+2
* tests: move libqtest.h back under qtest/Marc-André Lureau2022-05-031-1/+1
* fuzz: add an instrumentation filterAlexander Bulekov2021-09-011-0/+15
* fuzz: avoid building twice, when running on gitlabAlexander Bulekov2021-08-111-11/+13
* scripts/oss-fuzz: Fix typo in documentationPhilippe Mathieu-Daudé2021-06-051-1/+1
* fuzz: add a script to build reproducersAlexander Bulekov2021-03-161-0/+160
* fuzz: fix wrong index in clear_bitsQiuhao Li2021-02-081-1/+1
* fuzz: heuristic split write based on past IOsQiuhao Li2021-01-111-0/+56
* fuzz: add minimization optionsQiuhao Li2021-01-111-4/+26
* fuzz: set bits in operand of write/out to zeroQiuhao Li2021-01-111-0/+39
* fuzz: remove IO commands iterativelyQiuhao Li2021-01-111-15/+26
* fuzz: split write operand using binary approachQiuhao Li2021-01-111-9/+20
* fuzz: double the IOs to remove for every loopQiuhao Li2021-01-111-12/+21
* fuzz: accelerate non-crash detectionQiuhao Li2021-01-111-13/+31
* scripts/oss-fuzz: give all fuzzers -target namesAlexander Bulekov2020-11-101-6/+6
* scripts/oss-fuzz: rename bin/qemu-fuzz-i386Alexander Bulekov2020-11-031-2/+2
* scripts/oss-fuzz: ignore the generic-fuzz targetAlexander Bulekov2020-10-261-2/+8
* scripts/oss-fuzz: use hardlinks instead of copyingAlexander Bulekov2020-10-261-1/+7
* scripts/oss-fuzz: Add crash trace minimization scriptAlexander Bulekov2020-10-261-0/+157
* scripts/oss-fuzz: Add script to reorder a generic-fuzzer traceAlexander Bulekov2020-10-261-0/+103
* scripts/: fix some comment spelling errorszhaolichang2020-09-171-1/+1
* oss-fuzz: fix rpathAlexander Bulekov2020-09-081-1/+1
* meson: link emulators without Makefile.targetPaolo Bonzini2020-08-211-9/+11
* oss-fuzz/build: remove LIB_FUZZING_ENGINEPaolo Bonzini2020-08-211-11/+5Star
* scripts/oss-fuzz: Limit target list to i386-softmmuThomas Huth2020-07-211-1/+1
* fuzz: add oss-fuzz build-scriptAlexander Bulekov2020-06-151-0/+105