mirror of https://github.com/google/oss-fuzz.git
fluent-bit: disable leaks on an additional fuzzer and cleanup build to make local builds nicer (#6900)
This commit is contained in:
parent
26ee8a142e
commit
efecb19ae3
|
@ -38,8 +38,8 @@ cmake -DFLB_TESTS_INTERNAL=ON \
|
|||
make
|
||||
|
||||
# Create options files
|
||||
for fuzz in http msgpack_parser record_ac signv4 engine; do
|
||||
echo "[libfuzzer]" >> $OUT/flb-it-fuzz-${fuzz}_fuzzer_OSSFUZZ.options
|
||||
for fuzz in http msgpack_parser record_ac signv4 engine config config_random; do
|
||||
echo "[libfuzzer]" > $OUT/flb-it-fuzz-${fuzz}_fuzzer_OSSFUZZ.options
|
||||
echo "detect_leaks=0" >> $OUT/flb-it-fuzz-${fuzz}_fuzzer_OSSFUZZ.options
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue