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 Kim.Gräsman
Recipients Kim.Gräsman, brian.curtin, python-dev, terry.reedy, tim.golden, tim.peters
Date 2014-04-29.04:01:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398744074.31.0.0532694209348.issue18314@psf.upfronthosting.co.za>
In-reply-to
Content
Aha, that might cause trouble.

I think you should add a memset() to sero out the newly allocated buffer also, I think I may have used calloc to be able to assume it was initialized with zeros.
History
Date User Action Args
2014-04-29 04:01:14Kim.Gräsmansetrecipients: + Kim.Gräsman, tim.peters, terry.reedy, tim.golden, brian.curtin, python-dev
2014-04-29 04:01:14Kim.Gräsmansetmessageid: <1398744074.31.0.0532694209348.issue18314@psf.upfronthosting.co.za>
2014-04-29 04:01:14Kim.Gräsmanlinkissue18314 messages
2014-04-29 04:01:13Kim.Gräsmancreate