◐ Shell
clean mode source ↗

bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c by ZackerySpytz · Pull Request #31153 · python/cpython

@ZackerySpytz

@ZackerySpytz

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Feb 7, 2022
…-31153)

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

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Feb 7, 2022
…-31153)

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

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

miss-islington added a commit that referenced this pull request

Feb 7, 2022
va_end() must be called before returning.
(cherry picked from commit 59e004a)

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

miss-islington added a commit that referenced this pull request

Feb 7, 2022
va_end() must be called before returning.
(cherry picked from commit 59e004a)

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

@tiran tiran mentioned this pull request

May 9, 2022

hello-adam pushed a commit to hello-adam/cpython that referenced this pull request

Jun 2, 2022
…-31153)

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

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