-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-33164: blake2: Fix Coverity scan #25060
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
Conversation
vstinner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
|
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. |
|
Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
|
Sorry @methane, I had trouble checking out the |
(cherry picked from commit 068ebf9) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
|
GH-25091 is a backport of this pull request to the 3.8 branch. |
|
Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
|
GH-25092 is a backport of this pull request to the 3.9 branch. |
(cherry picked from commit 068ebf9) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
|
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. |
|
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. |
https://bugs.python.org/issue33164