◐ Shell
clean mode source ↗

[3.10] bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153) by miss-islington · Pull Request #31183 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

Feb 7, 2022

edited

Loading

Copy link Copy Markdown

Contributor

va_end() must be called before returning.
(cherry picked from commit 59e004a)

Co-authored-by: Zackery Spytz zspytz@gmail.com

https://bugs.python.org/issue40479

Automerge-Triggered-By: GH:tiran

…-31153)

va_end() must be called before returning.
(cherry picked from commit 59e004a)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

@miss-islington

Copy link Copy Markdown

Contributor Author

@ZackerySpytz: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 3ceff99 into python:3.10

Feb 7, 2022

@miss-islington miss-islington deleted the backport-59e004a-3.10 branch

February 7, 2022 08:05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@tiran tiran tiran approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @tiran @the-knights-who-say-ni @bedevere-bot @ZackerySpytz