Skip to content

Commit d05a5f1

Browse files
authored
Add another make_internally_consistent during fuzzing (#13140)
Resolves a fuzz bug in `differential` testing where otherwise this was causing a failure to create a `Config`.
1 parent ad616b5 commit d05a5f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/fuzzing/src/generators/config.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ impl Config {
9999
// These instructions are explicitly not expected to be exactly the same
100100
// across engines. Don't fuzz them.
101101
config.relaxed_simd_enabled = false;
102+
103+
self.wasmtime.make_internally_consistent();
102104
}
103105

104106
/// Uses this configuration and the supplied source of data to generate

0 commit comments

Comments
 (0)