[issue35623] Segfault in test_bigmem.ListTest.test_sort

Stephan Hohe report at bugs.python.org
Sun Dec 30 20:54:47 EST 2018


Stephan Hohe <sth.dev at tejp.de> added the comment:

Actually the segfault is in Objects/listobject.c:2301 in that test since it doesn't use tuples. But the takeaway is the same: `i` overflows to a negative number and causes an invalid memory access.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35623>
_______________________________________


More information about the Python-bugs-list mailing list