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 Huzaifa.Sidhpurwala
Recipients Arfrever, Huzaifa.Sidhpurwala, asvetlov, ezio.melotti, kseifried@redhat.com, loewis, pitrou, serhiy.storchaka, vstinner
Date 2012-04-25.06:46:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335336420.58.0.0236541860292.issue14579@psf.upfronthosting.co.za>
In-reply-to
Content
I have not tried the patch yet, but modifying the reproducer yields a different crash. This one seems to be a heap-based buffer overflow which is slightly more serious.

In the reproducer, you just need to replace ascii() with str().

Again works on python3 only.
History
Date User Action Args
2012-04-25 06:47:00Huzaifa.Sidhpurwalasetrecipients: + Huzaifa.Sidhpurwala, loewis, pitrou, vstinner, ezio.melotti, Arfrever, asvetlov, kseifried@redhat.com, serhiy.storchaka
2012-04-25 06:47:00Huzaifa.Sidhpurwalasetmessageid: <1335336420.58.0.0236541860292.issue14579@psf.upfronthosting.co.za>
2012-04-25 06:47:00Huzaifa.Sidhpurwalalinkissue14579 messages
2012-04-25 06:46:59Huzaifa.Sidhpurwalacreate