]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix integer overflow for formats "s" and "p" in the struct module (GH-145750)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tue, 10 Mar 2026 16:57:34 +0000 (16:57 +0000)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 16:57:34 +0000 (18:57 +0200)
commit4d0dce0c8ddc4d0321bd590a1a33990edc2e1b08
tree66a55ef6f814a829e05649f0dc587b9060224acc
parent9c1c71066e34b11649735e8acb4765a85c76336f
Fix integer overflow for formats "s" and "p" in the struct module (GH-145750)
Lib/test/test_struct.py
Misc/NEWS.d/next/Library/2026-03-10-14-13-12.gh-issue-145750.iQsTeX.rst [new file with mode: 0644]
Modules/_struct.c