]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Oct 2019 09:12:37 +0000 (02:12 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2019 09:12:37 +0000 (02:12 -0700)
commitb1fc8c0c8aec7ef8edd119034e076bc48882ffbb
tree66fc7fb1b974e1fc3dd4d10af20db4a6dc1bb675
parentdb385229645dbaaa9863e259b2fae67b9da873fe
bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869)

(cherry picked from commit 5bc6a7c06eda20ba131ecba6752be0506d310181)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Misc/NEWS.d/next/C API/2019-10-21-09-24-03.bpo-38540.314N_T.rst [new file with mode: 0644]
Python/getargs.c