Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a memory sanitizer. #15

Closed
wants to merge 1 commit into from
Closed

Add a memory sanitizer. #15

wants to merge 1 commit into from

Conversation

Alexhuszagh
Copy link
Owner

This adds a memory sanitizer to our CI in addition to address sanitizers.

@Alexhuszagh Alexhuszagh added the A-sec Related to unsoundness/security issues. label Oct 31, 2024
@Alexhuszagh Alexhuszagh self-assigned this Oct 31, 2024
@Alexhuszagh
Copy link
Owner Author

This is pending issues where the memory sanitizer seems to not compile nicely with recent versions of Rust.

@Alexhuszagh
Copy link
Owner Author

It seems like memsan hasn't been supported by the Rust standard library for nearly 4 years:
rust-fuzz/cargo-fuzz#243
rust-lang/rust#79382

Any workarounds require using very old versions of either cargo-fuzz or the nightly compiler, which are unlikely to support necessary features or require excessive workarounds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sec Related to unsoundness/security issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant