Skip to content

Commit

Permalink
Fix pulley fuzz target
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 22, 2024
1 parent a87c1fa commit 950fd0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulley/fuzz/src/interp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ fn op_is_safe_for_fuzzing(op: &Op) -> bool {
Op::XPop32(_) | Op::XPop64(_) => false,
Op::XPush32Many(_) | Op::XPush64Many(_) => false,
Op::XPop32Many(_) | Op::XPop64Many(_) => false,
Op::BrTable32(_) => false,
}
}

Expand Down

0 comments on commit 950fd0b

Please sign in to comment.