]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-42400: Fix buffer overflow in _Py_wrealpath() for very long paths (#141529)
authorShamil <ashm.tech@proton.me>
Tue, 18 Nov 2025 16:34:58 +0000 (19:34 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Nov 2025 16:34:58 +0000 (17:34 +0100)
commitdaafacf0053e9c329b0f96447258f628dd0bd6f1
treeb57f6e0801c91a6232d74872253444bca836bcc8
parent600f3feb234219c9a9998e30ea653a2afb1f8116
gh-42400: Fix buffer overflow in _Py_wrealpath() for very long paths (#141529)

Co-authored-by: Victor Stinner <vstinner@python.org>
Misc/NEWS.d/next/Security/2025-11-13-22-31-56.gh-issue-42400.pqB5Kq.rst [new file with mode: 0644]
Python/fileutils.c