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 ZackerySpytz
Recipients ZackerySpytz, christian.heimes
Date 2018-09-27.17:07:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538068077.13.0.545547206417.issue34824@psf.upfronthosting.co.za>
In-reply-to
Content
If _PyBytes_Resize() fails in _ssl_MemoryBIO_read_impl(), Py_DECREF() will be called on a null pointer.
History
Date User Action Args
2018-09-27 17:07:57ZackerySpytzsetrecipients: + ZackerySpytz, christian.heimes
2018-09-27 17:07:57ZackerySpytzsetmessageid: <1538068077.13.0.545547206417.issue34824@psf.upfronthosting.co.za>
2018-09-27 17:07:57ZackerySpytzlinkissue34824 messages
2018-09-27 17:07:57ZackerySpytzcreate