]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140471: Fix buffer overflow in AST node initialization with malformed ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Oct 2025 17:20:21 +0000 (19:20 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Oct 2025 17:20:21 +0000 (10:20 -0700)
commit8285bc7ea2a99b571a08eb1d7883eff0c7ca7e1c
tree4537b3b12d26b4b9b47b7cbb1c45a12296c28651
parent29c42cc62115367bea117d6ea0789b0420b06638
[3.14] gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506) (#140509)

gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (GH-140506)
(cherry picked from commit 95953b692db6cbd88139de12d81fb123293ec2d5)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
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