]> 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 08:56:50 +0000 (01:56 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Oct 2019 08:56:50 +0000 (01:56 -0700)
commit3dec84f40ef49bab994a1af4e6082bf81021feab
tree663bf37bc26e53b72a392feb2bd10e2e1f093cb1
parente945052e07bb7f3061b5fdb4735c892cdda3aefc
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