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 sir-sigurd
Recipients sir-sigurd
Date 2018-07-26.05:33:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532583204.12.0.56676864532.issue34230@psf.upfronthosting.co.za>
In-reply-to
Content
pysqlite_build_row_cast_map() can crash on memory allocation failure:

1. it doesn't check that PyList_New() returns non-NULL
2. Py_DECREF() borrowed reference when
History
Date User Action Args
2018-07-26 05:33:24sir-sigurdsetrecipients: + sir-sigurd
2018-07-26 05:33:24sir-sigurdsetmessageid: <1532583204.12.0.56676864532.issue34230@psf.upfronthosting.co.za>
2018-07-26 05:33:24sir-sigurdlinkissue34230 messages
2018-07-26 05:33:23sir-sigurdcreate