]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] Fix integer overflow for formats "s" and "p" in the struct module (GH-145750...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Mar 2026 17:26:01 +0000 (18:26 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 17:26:01 +0000 (17:26 +0000)
commite9f3664a51a6c59404644bb12ae9cc5f122f3f4d
tree72b6ff79ded30ff9fb71cc6f1e7b3d4d61d71b5c
parent0af35f5a8522197c2ee18260270ad6ecb4bde467
[3.14] Fix integer overflow for formats "s" and "p" in the struct module (GH-145750) (GH-145772)

(cherry picked from commit 4d0dce0c8ddc4d0321bd590a1a33990edc2e1b08)

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