summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-10-04 17:01:10 (GMT)
committerGitHub <noreply@github.com>2022-10-04 17:01:10 (GMT)
commitf65f3a9daf8e7d0c6c90a86f0c5bbb10ae9191bc (patch)
treedbefb084e19c08a8fe0b2b8fff22f6d88249bbfc /README.rst
parentd6ef6805b2e60a50a83e73bd2f40fc3a03715b32 (diff)
downloadcpython-f65f3a9daf8e7d0c6c90a86f0c5bbb10ae9191bc.zip
cpython-f65f3a9daf8e7d0c6c90a86f0c5bbb10ae9191bc.tar.gz
cpython-f65f3a9daf8e7d0c6c90a86f0c5bbb10ae9191bc.tar.bz2
[3.9] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97627)
gh-97616: list_resize() checks for integer overflow (GH-97617) Fix multiplying a list by an integer (list *= int): detect the integer overflow when the new allocated length is close to the maximum size. Issue reported by Jordan Limor. list_resize() now checks for integer overflow before multiplying the new allocated length by the list item size (sizeof(PyObject*)). (cherry picked from commit a5f092f3c469b674b8d9ccbd4e4377230c9ac7cf) Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'README.rst')
0 files changed, 0 insertions, 0 deletions