]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-140471: Fix buffer overflow in AST node initialization with malformed ...
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Thu, 23 Oct 2025 23:38:02 +0000 (00:38 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Oct 2025 23:38:02 +0000 (00:38 +0100)
commit1cc2c954d6b56e5341ff4290f0301636e09a4af0
tree4558590ec478893878d07c0035c6f3d187fed6f1
parentadf0c11a268356eb7280ad5fe7483e5974bdf645
[3.13] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506) (#140510)

(cherry picked from commit 95953b692db6cbd88139de12d81fb123293ec2d5)
Lib/test/test_ast/test_ast.py
Misc/NEWS.d/next/Core and Builtins/2025-10-23-16-05-50.gh-issue-140471.Ax_aXn.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c