Skip to content

Commit 1cf6fde

Browse files
ashm-devvstinner
andauthored
Update Misc/NEWS.d/next/Security/2025-11-13-22-31-56.gh-issue-42400.pqB5Kq.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 88368ec commit 1cf6fde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Fix buffer overflow in ``_Py_wrealpath()`` for paths exceeding 4096 bytes
1+
Fix buffer overflow in ``_Py_wrealpath()`` for paths exceeding ``MAXPATHLEN`` bytes
22
by using dynamic memory allocation instead of fixed-size buffer.
33
Patch by Shamil Abdulaev.

0 commit comments

Comments
 (0)