rust-san
rust-san copied to clipboard
How to get sanitize process not running using "cargo run"?
I'm building my library with the following command:
RUSTFLAGS="-Z sanitizer=address" cargo build --examples --target x86_64-unknown-linux-gnu
The result is an x.so file which is loaded by another application, how can I get the sanitizer report?