Message 338711 - Python tracker (original) (raw)

Message338711

Author ZackerySpytz
Recipients ZackerySpytz
Date 2019-03-24.01:49:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1553392174.94.0.836443696515.issue36412@roundup.psfhosted.org
In-reply-to
Content
PyDict_New() calls new_dict() with the "empty_values" array. If the PyObject_GC_New() call in new_dict() fails, new_dict() will call PyMem_FREE() on this array, causing a crash.
History
Date User Action Args
2019-03-24 01:49:34 ZackerySpytz set recipients: + ZackerySpytz
2019-03-24 01:49:34 ZackerySpytz set messageid: 1553392174.94.0.836443696515.issue36412@roundup.psfhosted.org
2019-03-24 01:49:34 ZackerySpytz link issue36412 messages
2019-03-24 01:49:34 ZackerySpytz create