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

Miri does not properly check return-position noalias #2745

Closed
RalfJung opened this issue Dec 28, 2022 · 1 comment
Closed

Miri does not properly check return-position noalias #2745

RalfJung opened this issue Dec 28, 2022 · 1 comment
Labels
A-aliasing Area: This affects the aliasing model (Stacked/Tree Borrows) C-bug Category: This is a bug. I-misses-UB Impact: makes Miri miss UB, i.e., a false negative (with default settings)

Comments

@RalfJung
Copy link
Member

See rust-lang/unsafe-code-guidelines#385 for details and discussion, this just tracks the fact that we have some LLVM UB that is not checked by Miri.

@RalfJung RalfJung added C-bug Category: This is a bug. A-aliasing Area: This affects the aliasing model (Stacked/Tree Borrows) I-misses-UB Impact: makes Miri miss UB, i.e., a false negative (with default settings) labels Dec 28, 2022
@RalfJung
Copy link
Member Author

RalfJung commented Jan 3, 2023

We don't have return-position noalias any more so this can be closed.

@RalfJung RalfJung closed this as completed Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-aliasing Area: This affects the aliasing model (Stacked/Tree Borrows) C-bug Category: This is a bug. I-misses-UB Impact: makes Miri miss UB, i.e., a false negative (with default settings)
Projects
None yet
Development

No branches or pull requests

1 participant