]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)
authorZackery Spytz <zspytz@gmail.com>
Mon, 7 Feb 2022 07:40:54 +0000 (23:40 -0800)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 07:40:54 +0000 (23:40 -0800)
commit59e004af63742361b67d1e1ae70229ff0db1059d
tree5372c695e1acce925a16678d4f1bb2453a2e7bc2
parenta335d98f19b7fa66159d12932cc9a05eb2d8395f
bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)

va_end() must be called before returning.
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