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 izbyshev, serhiy.storchaka
Date 2018-08-21.23:15:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534893326.11.0.56676864532.issue34456@psf.upfronthosting.co.za>
In-reply-to
Content
The return value of Py_BuildValue() is dereferenced without checking at https://github.com/python/cpython/blob/ef8861c112ed1dac9351958c121bc24ca4ecdb08/Modules/_pickle.c#L3457

Reported by Svace static analyzer.
History
Date User Action Args
2018-08-21 23:15:26izbyshevsetrecipients: + izbyshev, serhiy.storchaka
2018-08-21 23:15:26izbyshevsetmessageid: <1534893326.11.0.56676864532.issue34456@psf.upfronthosting.co.za>
2018-08-21 23:15:26izbyshevlinkissue34456 messages
2018-08-21 23:15:26izbyshevcreate