Skip to content

fix: Fix unsafeck of &raw * - #23184

Merged
ShoyuVanilla merged 1 commit into
rust-lang:masterfrom
ChayimFriedman2:raw-ref-deref-twice
Aug 26, 2026
Merged

ShoyuVanilla merged 1 commit into
rust-lang:masterfrom
ChayimFriedman2:raw-ref-deref-twice

Conversation

@ChayimFriedman2

Copy link
Copy Markdown
Contributor

We accidentally skipped one level more than needed.

Fixes #23182.

We accidentally skipped one level more than needed.
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 18, 2026
@ShoyuVanilla
ShoyuVanilla added this pull request to the merge queue Aug 26, 2026
Merged via the queue into rust-lang:master with commit b1f0f98 Aug 26, 2026
18 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 26, 2026
@ChayimFriedman2
ChayimFriedman2 deleted the raw-ref-deref-twice branch August 26, 2026 07:43
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.

FP dereference of raw pointer is unsafe and requires an unsafe function or block

3 participants