summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/get-remote-certificate.py
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-09-28 23:03:39 (GMT)
committerGitHub <noreply@github.com>2022-09-28 23:03:39 (GMT)
commit28f1435d94e72a1fadec2e3d94eac300bb386c2e (patch)
treeaa2bf1439efe09edfaafb8d9f0e514fc373f816b /Tools/scripts/get-remote-certificate.py
parent3d8dfb339b0c0696c5efd4effa9a6b1e34d814e1 (diff)
downloadcpython-28f1435d94e72a1fadec2e3d94eac300bb386c2e.zip
cpython-28f1435d94e72a1fadec2e3d94eac300bb386c2e.tar.gz
cpython-28f1435d94e72a1fadec2e3d94eac300bb386c2e.tar.bz2
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 'Tools/scripts/get-remote-certificate.py')
0 files changed, 0 insertions, 0 deletions