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

gh-111178: fix UBSan failures in Modules/_multiprocessing/semaphore.c #129084

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

picnixz
Copy link
Member

@picnixz picnixz commented Jan 20, 2025

@picnixz picnixz requested a review from gpshead as a code owner January 20, 2025 16:36
@picnixz picnixz changed the title gh-111178: fix UBSan failures in Modules/_multiprocessing gh-111178: fix UBSan failures in Modules/_multiprocessing/semaphore.c Jan 20, 2025
@gpshead gpshead added needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes labels Jan 20, 2025
@gpshead gpshead enabled auto-merge (squash) January 20, 2025 20:43
@gpshead gpshead merged commit 5ed5572 into python:main Jan 20, 2025
52 checks passed
@miss-islington-app
Copy link

Thanks @picnixz for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 20, 2025
…phore.c` (pythonGH-129084)

fix UBSan failures for `SemLockObject`
(cherry picked from commit 5ed5572)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 20, 2025
…phore.c` (pythonGH-129084)

fix UBSan failures for `SemLockObject`
(cherry picked from commit 5ed5572)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@bedevere-app
Copy link

bedevere-app bot commented Jan 20, 2025

GH-129100 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Jan 20, 2025
@bedevere-app
Copy link

bedevere-app bot commented Jan 20, 2025

GH-129101 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Jan 20, 2025
@picnixz picnixz deleted the fix/ubsan/multiprocessing-111178 branch January 20, 2025 20:44
@picnixz
Copy link
Member Author

picnixz commented Jan 20, 2025

We didn't backport those changes for the other PRs, but I guess it doesn't hurt if we do.

gpshead pushed a commit that referenced this pull request Jan 20, 2025
…aphore.c` (GH-129084) (#129101)

gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c` (GH-129084)

fix UBSan failures for `SemLockObject`
(cherry picked from commit 5ed5572)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
gpshead pushed a commit that referenced this pull request Jan 20, 2025
…aphore.c` (GH-129084) (#129100)

gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c` (GH-129084)

fix UBSan failures for `SemLockObject`
(cherry picked from commit 5ed5572)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants