An error occurred while fetching folder content.
Select Git revision
cpython
Victor Stinner
authored and
GitHub
committed
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*)).
Name | Last commit | Last update |
---|