-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Need iterators over unsafe buffers #2183
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
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Comments
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 22, 2022
…RalfJung adjust for better provenance control This is the Miri side of rust-lang#97684.
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Kobzol
added a commit
to Kobzol/rust
that referenced
this issue
Jan 3, 2025
BoxyUwU
pushed a commit
to BoxyUwU/rust
that referenced
this issue
Jan 4, 2025
Kobzol
added a commit
to Kobzol/rust
that referenced
this issue
Jan 4, 2025
Kobzol
added a commit
to Kobzol/rust
that referenced
this issue
Jan 5, 2025
Kobzol
added a commit
to Kobzol/rust
that referenced
this issue
Jan 5, 2025
BoxyUwU
pushed a commit
to BoxyUwU/rust
that referenced
this issue
Jan 5, 2025
Kobzol
added a commit
to Kobzol/rust
that referenced
this issue
Jan 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
In particular the case came up recently where somebody had an unsafe pointer to an array of null terminated character pointers, but didn't know how long it is. We should be able to write:
The text was updated successfully, but these errors were encountered: