]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140594: Fix an out of bounds read when feeding NUL byte to PyOS_StdioReadline...
authorShamil <ashm.tech@proton.me>
Thu, 12 Mar 2026 10:46:36 +0000 (13:46 +0300)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2026 10:46:36 +0000 (10:46 +0000)
commit86a0756234df7ce42fa4731c91067cb7f2e244d5
tree02fabfdc17bbb3da0412cfa02cd3cdd19a5c510d
parent72456309e9673019622d9d20d93c707f96d2f8e9
gh-140594: Fix an out of bounds read when feeding NUL byte to PyOS_StdioReadline() (#140910)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_cmd_line.py
Misc/NEWS.d/next/Core_and_Builtins/2025-11-02-16-23-17.gh-issue-140594.YIWUpl.rst [new file with mode: 0644]
Parser/myreadline.c