Skip to content

Make pointer Read witnesses unsafe - #3622

Open
joshlf wants to merge 1 commit into
mainfrom
Gugofjuaaownqfvbulg6lh72eul7phdgb
Open

Make pointer Read witnesses unsafe#3622
joshlf wants to merge 1 commit into
mainfrom
Gugofjuaaownqfvbulg6lh72eul7phdgb

Conversation

@joshlf

@joshlf joshlf commented Sep 4, 2026

Copy link
Copy Markdown
Member

The public Read witness is trusted by pointer conversions to prove that
unsynchronized reads are permitted, but downstream code could previously
implement it without taking responsibility for that invariant.

Make Read an unsafe trait, document its implementor obligation, and justify
the two built-in implementations.

Closes #3613

Authored by an AI agent acting on Josh Liebow-Feeser's behalf.


Latest Update: v4 — Compare vs v3

📚 Full Patch History

Links show the diff between the row version and the column version.

Version v3 v2 v1 Base
v4 vs v3 vs v2 vs v1 vs Base
v3 vs v2 vs v1 vs Base
v2 vs v1 vs Base
v1 vs Base
⬇️ Download this PR

Branch

git fetch origin refs/heads/Gugofjuaaownqfvbulg6lh72eul7phdgb && git checkout -b pr-Gugofjuaaownqfvbulg6lh72eul7phdgb FETCH_HEAD

Checkout

git fetch origin refs/heads/Gugofjuaaownqfvbulg6lh72eul7phdgb && git checkout FETCH_HEAD

Cherry Pick

git fetch origin refs/heads/Gugofjuaaownqfvbulg6lh72eul7phdgb && git cherry-pick FETCH_HEAD

Pull

git pull origin refs/heads/Gugofjuaaownqfvbulg6lh72eul7phdgb

Stacked PRs enabled by GHerrit.

@google-cla

google-cla Bot commented Sep 4, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-06T00:04:31.145580Z 56e6bda Manual request
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@codecov-commenter

codecov-commenter commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.85%. Comparing base (2dad389) to head (56e6bda).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3622   +/-   ##
=======================================
  Coverage   91.85%   91.85%           
=======================================
  Files          20       20           
  Lines        6093     6093           
=======================================
  Hits         5597     5597           
  Misses        496      496           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@joshlf
joshlf force-pushed the Gugofjuaaownqfvbulg6lh72eul7phdgb branch from 948b43f to a8037b4 Compare September 4, 2026 23:14
Comment thread zerocopy/tests/ui/read-requires-unsafe-impl.rs Outdated
@joshlf
joshlf force-pushed the Gugofjuaaownqfvbulg6lh72eul7phdgb branch from a8037b4 to 2679707 Compare September 5, 2026 23:48
@joshlf

joshlf commented Sep 5, 2026

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Delightful!

Reviewed commit: 2679707ed8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

The public Read witness is trusted by pointer conversions to prove that
unsynchronized reads are permitted, but downstream code could previously
implement it without taking responsibility for that invariant.

Make Read an unsafe trait, document its implementor obligation, and justify
the two built-in implementations.

Closes #3613

*Authored by an AI agent acting on Josh Liebow-Feeser's behalf.*

gherrit-pr-id: Gugofjuaaownqfvbulg6lh72eul7phdgb
@joshlf
joshlf force-pushed the Gugofjuaaownqfvbulg6lh72eul7phdgb branch from 2679707 to 56e6bda Compare September 6, 2026 00:01
@joshlf

joshlf commented Sep 6, 2026

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 👍

Reviewed commit: 56e6bda1df

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

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.

Soundness Advisory: A safe Read witness permits use-after-free

2 participants