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 amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2008-11-13.22:57:47
SpamBayes Score 1.4502925e-07
Marked as misclassified No
Message-id <1226617070.72.0.385940972603.issue4317@psf.upfronthosting.co.za>
In-reply-to
Content
The interpreter sometimes segfaults when running the test suite, in 
test_imageop.
A more reliable crasher is:

>>> import imageop
>>> s = "A" * 32000
>>> imageop.rgb2rgb8(s, 1, len(s))

The failure was recently introduced by r66689, a "security fix" :-(
and backported today in 2.4!

This is a 2.4 release blocker. Patch is attached, please review.
History
Date User Action Args
2008-11-13 22:57:51amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc
2008-11-13 22:57:50amaury.forgeotdarcsetmessageid: <1226617070.72.0.385940972603.issue4317@psf.upfronthosting.co.za>
2008-11-13 22:57:49amaury.forgeotdarclinkissue4317 messages
2008-11-13 22:57:48amaury.forgeotdarccreate