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

Run tests under Miri #4

Open
complexspaces opened this issue Jan 14, 2025 · 0 comments
Open

Run tests under Miri #4

complexspaces opened this issue Jan 14, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@complexspaces
Copy link
Collaborator

This is what the issue title describes. We shouldn't have any undefined behavior in the code, but running Miri is fast enough and easy to configure so it'd be worthwhile adding it just as a precautionary measure.

Additionally, a flag such as -Zmiri-track-alloc-accesses and Miri's allocation emulation/tracking functionality could be another automated tool to ensure we see the intended writes to the memory being zeroized.

@complexspaces complexspaces added the enhancement New feature or request label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant