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 serhiy.storchaka
Recipients amaury.forgeotdarc, nadeem.vawda, serhiy.storchaka
Date 2012-10-28.18:10:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351447838.67.0.342536403251.issue16350@psf.upfronthosting.co.za>
In-reply-to
Content
Actually the current code contains a bug.  If memory allocation for unused_data fails then unused_data will become NULL and using this properties can crash.  The patch fixes this.
History
Date User Action Args
2012-10-28 18:10:38serhiy.storchakasetrecipients: + serhiy.storchaka, amaury.forgeotdarc, nadeem.vawda
2012-10-28 18:10:38serhiy.storchakasetmessageid: <1351447838.67.0.342536403251.issue16350@psf.upfronthosting.co.za>
2012-10-28 18:10:38serhiy.storchakalinkissue16350 messages
2012-10-28 18:10:38serhiy.storchakacreate