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

fix invalid free of mutable slice #105

Merged
merged 1 commit into from
May 30, 2024
Merged

fix invalid free of mutable slice #105

merged 1 commit into from
May 30, 2024

Conversation

folkertdev
Copy link
Collaborator

@folkertdev folkertdev commented May 30, 2024

The llvm attributes that rust adds to slices make just free'ing a slice complicated. See discussion in this thread for more information.

https://rust-lang.zulipchat.com/#narrow/stream/269128-miri/topic/custom.20allocators.20with.20alignment

link #103

The llvm attributes that rust adds to slices make just free'ing a slice
complicated. See discussion in this thread for more information.

https://rust-lang.zulipchat.com/#narrow/stream/269128-miri/topic/custom.20allocators.20with.20alignment
@folkertdev folkertdev merged commit 623d761 into main May 30, 2024
13 checks passed
@folkertdev folkertdev deleted the miri-fixes branch May 30, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant