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 serhiy.storchaka
Date 2012-10-12.22:33:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350081232.49.0.0151935995631.issue16215@psf.upfronthosting.co.za>
In-reply-to
Content
In the function replace() in the file Objects/unicodeobject.c possible double free memory pointed by buf1. release1 indicates if memory was allocated and deallocation needed. However there are places where memory temporary deallocated but flag was not cleared.
History
Date User Action Args
2012-10-12 22:33:52serhiy.storchakasetrecipients: + serhiy.storchaka
2012-10-12 22:33:52serhiy.storchakasetmessageid: <1350081232.49.0.0151935995631.issue16215@psf.upfronthosting.co.za>
2012-10-12 22:33:52serhiy.storchakalinkissue16215 messages
2012-10-12 22:33:52serhiy.storchakacreate