]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields...
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Thu, 23 Oct 2025 15:35:21 +0000 (16:35 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Oct 2025 15:35:21 +0000 (15:35 +0000)
commit95953b692db6cbd88139de12d81fb123293ec2d5
tree8747af8202eeb7ad4e18599330125af5e07fce55
parent1a3da2c0700839b6e334e368ff2b600c2389763f
gh-140471: Fix buffer overflow in AST node initialization with malformed `_fields` (#140506)
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