fitzgen opened Issue #1332:
In
Config::new
incrates/api/src/runtime.rs
, we should conditionally enable thecanonicalize_nans
cranelift option when we're being built for fuzzing:#[cfg(fuzzing)] flags.set("enable_nan_canonicalization", "true").unwrap();This should make execution during fuzzing that much more deterministic.
fitzgen labeled Issue #1332:
In
Config::new
incrates/api/src/runtime.rs
, we should conditionally enable thecanonicalize_nans
cranelift option when we're being built for fuzzing:#[cfg(fuzzing)] flags.set("enable_nan_canonicalization", "true").unwrap();This should make execution during fuzzing that much more deterministic.
fitzgen labeled Issue #1332:
In
Config::new
incrates/api/src/runtime.rs
, we should conditionally enable thecanonicalize_nans
cranelift option when we're being built for fuzzing:#[cfg(fuzzing)] flags.set("enable_nan_canonicalization", "true").unwrap();This should make execution during fuzzing that much more deterministic.
github-actions[bot] commented on Issue #1332:
Subscribe to Label Action
This issue or pull request has been labeled: "fuzzing"
<details> <summary>Users Subscribed to "fuzzing"</summary>
- @fitzgen
</details>
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
teapotd commented on Issue #1332:
Hello, I'd like to work on this.
alexcrichton closed Issue #1332:
In
Config::new
incrates/api/src/runtime.rs
, we should conditionally enable thecanonicalize_nans
cranelift option when we're being built for fuzzing:#[cfg(fuzzing)] flags.set("enable_nan_canonicalization", "true").unwrap();This should make execution during fuzzing that much more deterministic.
Last updated: Nov 22 2024 at 16:03 UTC