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, serhiy.storchaka, vstinner
Date 2018-08-24.22:37:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535150237.85.0.56676864532.issue34492@psf.upfronthosting.co.za>
In-reply-to
Content
The return value of PyMem_RawMalloc() is not checked for NULL at https://github.com/python/cpython/blob/ef8861c112ed1dac9351958c121bc24ca4ecdb08/Python/coreconfig.c#L71.

Reported by Svace static analyzer.
History
Date User Action Args
2018-08-24 22:37:17izbyshevsetrecipients: + izbyshev, vstinner, berker.peksag, serhiy.storchaka
2018-08-24 22:37:17izbyshevsetmessageid: <1535150237.85.0.56676864532.issue34492@psf.upfronthosting.co.za>
2018-08-24 22:37:17izbyshevlinkissue34492 messages
2018-08-24 22:37:17izbyshevcreate