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 vstinner
Recipients doerwalter, vstinner
Date 2009-05-03.23:38:20
SpamBayes Score 2.913913e-10
Marked as misclassified No
Message-id <1241393903.58.0.58730381449.issue5108@psf.upfronthosting.co.za>
In-reply-to
Content
> The problem with your patch is that it calls PyUnicode_DecodeUTF8() 
twice

I read your patch: storing the decoded string is the right way to do 
that, but i didn't noticed the "callresult stack".

> Could you test this new version to see if there's still a Valgrind 
report?

I will try to reproduce the crash using my Python fuzzer (Fusil). But 
it looks better (and valid).

Thanks.
History
Date User Action Args
2009-05-03 23:38:23vstinnersetrecipients: + vstinner, doerwalter
2009-05-03 23:38:23vstinnersetmessageid: <1241393903.58.0.58730381449.issue5108@psf.upfronthosting.co.za>
2009-05-03 23:38:21vstinnerlinkissue5108 messages
2009-05-03 23:38:20vstinnercreate