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

bpo-44707: Fix an undefined behavior of the null pointer arithmetic #27292

Merged
merged 1 commit into from Jul 29, 2021

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Jul 22, 2021

@markshannon
Copy link
Member

markshannon commented Jul 29, 2021

👍

@markshannon markshannon merged commit e5c8ddb into python:main Jul 29, 2021
12 checks passed
@miss-islington
Copy link
Contributor

miss-islington commented Jul 29, 2021

Thanks @serhiy-storchaka for the PR, and @markshannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.9.
🐍🍒🤖

@bedevere-bot
Copy link

bedevere-bot commented Jul 29, 2021

GH-27442 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 29, 2021
…ythonGH-27292)

(cherry picked from commit e5c8ddb)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot
Copy link

bedevere-bot commented Jul 29, 2021

GH-27443 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 29, 2021
…ythonGH-27292)

(cherry picked from commit e5c8ddb)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
ambv pushed a commit that referenced this pull request Jul 29, 2021
…H-27292) (GH-27443)

(cherry picked from commit e5c8ddb)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
ambv pushed a commit that referenced this pull request Jul 29, 2021
…H-27292) (GH-27442)

(cherry picked from commit e5c8ddb)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants