]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) (#116496)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Mar 2024 11:22:07 +0000 (12:22 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Mar 2024 11:22:07 +0000 (11:22 +0000)
commit2647afeab694517933c53028d4ad427460b9e1fa
tree434da2a4d3743d0ef1769253bd85d033edfde7cc
parenta8a95135a204d6ad5de55b0972ad44bfe9ccf0b2
[3.12] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) (#116496)

gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459)
(cherry picked from commit fdb2d90a274158aee23b526d972172bf41bd4b7e)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Modules/arraymodule.c
Python/getargs.c