]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing...
authorcolorfulappl <colorfulappl@qq.com>
Sat, 17 Dec 2022 06:37:44 +0000 (14:37 +0800)
committerGitHub <noreply@github.com>
Sat, 17 Dec 2022 06:37:44 +0000 (12:07 +0530)
commitefbb1eb9f54cad4f7bf5df03eed3a6aba02d99f4
treee33a76ccf9dfad64e82d08d073d86706152758b2
parent9cdd2fa63b7549d00830bccf19a34e9d69d0b15e
gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (#99890)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Lib/test/test_capi/test_getargs.py
Misc/NEWS.d/next/C API/2022-11-30-16-39-22.gh-issue-99240.67nAX-.rst [new file with mode: 0644]
Modules/_testcapi/getargs.c
Python/getargs.c