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 benjamin.peterson, berker.peksag, izbyshev, serhiy.storchaka
Date 2018-09-12.20:42:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536784979.36.0.956365154283.issue34649@psf.upfronthosting.co.za>
In-reply-to
Content
The return value of PyUnicode_InternFromString() is not checked for NULL and then dereferenced at three places in https://github.com/python/cpython/blob/0bd1a2dcfdf36b181385ae61361e7692f4ebb0fd/Modules/_json.c#L1369

Reported by Svace static analyzer.
History
Date User Action Args
2018-09-12 20:42:59izbyshevsetrecipients: + izbyshev, benjamin.peterson, berker.peksag, serhiy.storchaka
2018-09-12 20:42:59izbyshevsetmessageid: <1536784979.36.0.956365154283.issue34649@psf.upfronthosting.co.za>
2018-09-12 20:42:59izbyshevlinkissue34649 messages
2018-09-12 20:42:59izbyshevcreate