Skip to content

Commit 4042677

Browse files
committed
use --fuel to limit loop size
1 parent 9033d51 commit 4042677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fuzz/wasm-mutator-fuzz/smith_wasm.sh

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ function try_generate_wasm()
4343

4444
WASM_SHAPE=" --ensure-termination \
4545
--export-everything true \
46+
--fuel 7 \
4647
--generate-custom-sections true \
4748
--min-funcs 5 \
4849
--max-instructions 1024 \

0 commit comments

Comments
 (0)