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 davin, larry, serhiy.storchaka, skrah, vstinner, xdegaye
Date 2017-11-24.11:57:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <50385869.k4QUalCzGx@saraksh>
In-reply-to <1511521700.94.0.213398074469.issue31626@psf.upfronthosting.co.za>
Content
> * 3.6: don't memset() --> correct, but don't detect "use after free" bug
> when a memory block is skrinked

And doesn't detect  "use after free" bug when a memory block is expanded. And 
2.7 doesn't detect this. Only 3.7 detects this.
History
Date User Action Args
2017-11-24 11:57:24serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, larry, skrah, xdegaye, davin
2017-11-24 11:57:24serhiy.storchakalinkissue31626 messages
2017-11-24 11:57:23serhiy.storchakacreate