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 scorp
Recipients scorp
Date 2016-02-18.17:59:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455818373.79.0.020961668279.issue26387@psf.upfronthosting.co.za>
In-reply-to
Content
Race condition in sqlite close/dealloc crashes the application with double free(). The pointer is set to NULL outside of mutexed zone, so if close and dealloc follow each other very shortly application crashes. Please see the attached patch.
History
Date User Action Args
2016-02-18 17:59:33scorpsetrecipients: + scorp
2016-02-18 17:59:33scorpsetmessageid: <1455818373.79.0.020961668279.issue26387@psf.upfronthosting.co.za>
2016-02-18 17:59:33scorplinkissue26387 messages
2016-02-18 17:59:33scorpcreate