]> wimlib.net Git - wimlib/commit
tools: add afl-fuzz files
authorEric Biggers <ebiggers3@gmail.com>
Fri, 5 Aug 2022 05:23:23 +0000 (22:23 -0700)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 5 Aug 2022 06:48:52 +0000 (23:48 -0700)
commit9a26b65c5018cac5024c96d52d1ce77924666e9e
tree1fbf557699693b32004c5ce03cd8f141c0fa083e
parent1d43d10667d5a710952eab14bae5b6a6c7f72ca8
tools: add afl-fuzz files
16 files changed:
tools/afl-fuzz/Makefile [new file with mode: 0644]
tools/afl-fuzz/compress/fuzz.c [new file with mode: 0644]
tools/afl-fuzz/compress/inputs/lzms20 [new file with mode: 0644]
tools/afl-fuzz/compress/inputs/lzms50 [new file with mode: 0644]
tools/afl-fuzz/compress/inputs/lzms80 [new file with mode: 0644]
tools/afl-fuzz/compress/inputs/lzx20 [new file with mode: 0644]
tools/afl-fuzz/compress/inputs/lzx50 [new file with mode: 0644]
tools/afl-fuzz/compress/inputs/lzx80 [new file with mode: 0644]
tools/afl-fuzz/compress/inputs/xpress20 [new file with mode: 0644]
tools/afl-fuzz/compress/inputs/xpress50 [new file with mode: 0644]
tools/afl-fuzz/compress/inputs/xpress80 [new file with mode: 0644]
tools/afl-fuzz/decompress/fuzz.c [new file with mode: 0644]
tools/afl-fuzz/decompress/inputs/lzms [new file with mode: 0644]
tools/afl-fuzz/decompress/inputs/lzx [new file with mode: 0644]
tools/afl-fuzz/decompress/inputs/xpress [new file with mode: 0644]
tools/afl-fuzz/fuzz.sh [new file with mode: 0755]