This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author izbyshev
Recipients berker.peksag, izbyshev, njs, serhiy.storchaka
Date 2018-08-24.23:05:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The return value of PyTuple_New() is not checked for NULL at https://github.com/python/cpython/blob/ef8861c112ed1dac9351958c121bc24ca4ecdb08/Objects/genobject.c#L1130 and then dereferenced.
History
Date User Action Args
2018-08-24 23:05:49izbyshevsetrecipients: + izbyshev, njs, berker.peksag, serhiy.storchaka
2018-08-24 23:05:49izbyshevsetmessageid: <[email protected]>
2018-08-24 23:05:49izbyshevlinkissue34493 messages
2018-08-24 23:05:49izbyshevcreate