You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to fuzz a C API backed by a Rust implementation. The Rust coded exposes the API over FFI and is compiled as a staticlib, but this makes it not compatible with -Z sanitize.
Can this be fixed?
The text was updated successfully, but these errors were encountered:
I'm trying to fuzz a C API backed by a Rust implementation. The Rust coded exposes the API over FFI and is compiled as a staticlib, but this makes it not compatible with
-Z sanitize
.Can this be fixed?
The text was updated successfully, but these errors were encountered: