]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) (#116497)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Mar 2024 11:25:39 +0000 (12:25 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Mar 2024 11:25:39 +0000 (11:25 +0000)
commit3abf26778782879ef50561e851dbc751d9888806
treeef917f911541fe5c13d7637627ce58366e5334df
parent0f6cd295d7911b558d3d519330eafcc6338bc9d4
[3.11] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) (#116497)

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