[expat] Fix incorrect .options file.

This commit is contained in:
Max Moroz 2017-03-16 11:27:28 +01:00
parent a5724d42e4
commit 39e7fa7e06
2 changed files with 3 additions and 4 deletions

View File

@ -43,5 +43,7 @@ for encoding in $ENCODING_TYPES; do
cp $SRC/xml.dict $OUT/${fuzz_target_name}.dict
fi
cp $SRC/parse_fuzzer.options $OUT/${fuzz_target_name}.options
# Generate .option files for each fuzzer.
echo -en "[libfuzzer]\ndict = ${fuzz_target_name}.dict\nmax_len = 1024\n" \
> $OUT/${fuzz_target_name}.options
done

View File

@ -1,3 +0,0 @@
[libfuzzer]
dict = xml.dict
max_len = 1024