mirror of https://github.com/google/oss-fuzz.git
[expat] Fix incorrect .options file.
This commit is contained in:
parent
a5724d42e4
commit
39e7fa7e06
|
@ -43,5 +43,7 @@ for encoding in $ENCODING_TYPES; do
|
||||||
cp $SRC/xml.dict $OUT/${fuzz_target_name}.dict
|
cp $SRC/xml.dict $OUT/${fuzz_target_name}.dict
|
||||||
fi
|
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
|
done
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
[libfuzzer]
|
|
||||||
dict = xml.dict
|
|
||||||
max_len = 1024
|
|
Loading…
Reference in New Issue