Skip to content

Commit

Permalink
Fix AFL build for new deserialization fuzzer
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Boasson <eb@ilities.com>
  • Loading branch information
eboasson committed Mar 15, 2024
1 parent 79680a1 commit f724b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/fuzz_sample_deser/prepare.sh
Expand Up @@ -31,4 +31,4 @@ prepare_fuzz_deser() {
}

export -f prepare_fuzz_deser
env -u CFLAGS -u CXXFLAGS -u LIB_FUZZING_ENGINE bash -euc prepare_fuzz_deser
env -u CC -u CXX -u CFLAGS -u CXXFLAGS -u LIB_FUZZING_ENGINE bash -euc prepare_fuzz_deser

0 comments on commit f724b4f

Please sign in to comment.