X Tutup
The Wayback Machine - https://web.archive.org/web/20221223095352/https://github.com/python/cpython/pull/25060
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-33164: blake2: Fix Coverity scan #25060

Merged
merged 1 commit into from Mar 30, 2021
Merged

Conversation

methane
Copy link
Member

@methane methane commented Mar 29, 2021

Copy link
Member

@vstinner vstinner left a comment

LGTM.

@stratakis
Copy link
Contributor

stratakis commented Mar 29, 2021

Thanks for the fix. Should also the 3.8 backport label be added, as the blake2 module was updated on 3.8?

@methane
Copy link
Member Author

methane commented Mar 30, 2021

Thanks for the fix. Should also the 3.8 backport label be added, as the blake2 module was updated on 3.8?

You are right. I thought Python 3.8 become security-fix only mode, but it was wrong. There is one more bugfix release for 3.8.

@methane methane merged commit 068ebf9 into python:master Mar 30, 2021
10 checks passed
@methane methane deleted the blake2-memmove branch Mar 30, 2021
@miss-islington
Copy link
Contributor

miss-islington commented Mar 30, 2021

Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒🤖

@miss-islington
Copy link
Contributor

miss-islington commented Mar 30, 2021

Sorry @methane, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker 068ebf9729d440cef03e4c57e3db83c851146172 3.9

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Mar 30, 2021
(cherry picked from commit 068ebf9)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
@bedevere-bot
Copy link

bedevere-bot commented Mar 30, 2021

GH-25091 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Mar 30, 2021
(cherry picked from commit 068ebf9)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
@miss-islington
Copy link
Contributor

miss-islington commented Mar 30, 2021

Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9.
🐍🍒🤖

@bedevere-bot
Copy link

bedevere-bot commented Mar 30, 2021

GH-25092 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 Mar 30, 2021
(cherry picked from commit 068ebf9)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
miss-islington added a commit that referenced this pull request Mar 30, 2021
(cherry picked from commit 068ebf9)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
@tiran
Copy link
Member

tiran commented Apr 17, 2021

Please respect code owner responsibility and give me at least a change to review and comment on PRs that affect my area of expertise. I'm not happy that you pushed the PR given me the opportunity to very it.

@methane
Copy link
Member Author

methane commented Apr 18, 2021

I'm sorry about that.

This pull request is just resurrecting your change that I lost by mistake. That's why I merge this without waiting you.

kreathon pushed a commit to kreathon/cpython that referenced this pull request May 2, 2021
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.

None yet

7 participants
X Tutup