]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 7 Feb 2022 08:05:29 +0000 (00:05 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 08:05:29 +0000 (00:05 -0800)
commit3ceff9968be059209f0d7271365f38895207b24d
tree965c8df967a057367f5054dee4e2c163558f3ff6
parentcb789944b22311b5a6de3c1c4f8bc4044ddb949a
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)

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

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Misc/NEWS.d/next/Core and Builtins/2022-02-06-23-08-30.bpo-40479.zED3Zu.rst [new file with mode: 0644]
Modules/_hashopenssl.c