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 nnorwitz
Recipients ajaksu2, amaury.forgeotdarc, benjamin.peterson, christian.heimes, nnorwitz
Date 2008-08-24.22:08:23
SpamBayes Score 1.8988501e-06
Marked as misclassified No
Message-id <1219615704.62.0.567739021683.issue3662@psf.upfronthosting.co.za>
In-reply-to
Content
Daniel, thanks for running the fuzzer!  It would be great if you could
keep running it and find any more problems before releasing 2.6 and 3.0.

I agree with Benjamin and Amaury.  PyArg_ParseTupleAndKeywords()
shouldn't update the pointer if it failed.  Given the test, it's
unlikely for this to create a problem in the future.  Either as a crash
or as a memory leak.

Committed revision 66018. (2.6)
Committed revision 66019. (3.0)
History
Date User Action Args
2008-08-24 22:08:24nnorwitzsetrecipients: + nnorwitz, amaury.forgeotdarc, christian.heimes, ajaksu2, benjamin.peterson
2008-08-24 22:08:24nnorwitzsetmessageid: <1219615704.62.0.567739021683.issue3662@psf.upfronthosting.co.za>
2008-08-24 22:08:24nnorwitzlinkissue3662 messages
2008-08-24 22:08:23nnorwitzcreate