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 amaury.forgeotdarc, benjamin.peterson, vstinner
Date 2008-11-18.05:48:35
SpamBayes Score 3.156584e-05
Marked as misclassified No
Message-id <1226987319.97.0.39690580591.issue4317@psf.upfronthosting.co.za>
In-reply-to
Content
When I wrote my patch to fix division by zero (and detection of -n 
* -n overflow), I also wrote a script to test imageop module. I fixed 
the limit of the input string to 1024 bytes, and so the rgb crash was 
not detected. Here is my script with a limit of 2^20 bytes which raise 
the crash. With the patch, there are no more crash ;-)
History
Date User Action Args
2008-11-18 05:48:40vstinnersetrecipients: + vstinner, amaury.forgeotdarc, benjamin.peterson
2008-11-18 05:48:39vstinnersetmessageid: <1226987319.97.0.39690580591.issue4317@psf.upfronthosting.co.za>
2008-11-18 05:48:38vstinnerlinkissue4317 messages
2008-11-18 05:48:38vstinnercreate