Message76000
| 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:40 | vstinner | set | recipients:
+ vstinner, amaury.forgeotdarc, benjamin.peterson |
| 2008年11月18日 05:48:39 | vstinner | set | messageid: <1226987319.97.0.39690580591.issue4317@psf.upfronthosting.co.za> |
| 2008年11月18日 05:48:38 | vstinner | link | issue4317 messages |
| 2008年11月18日 05:48:38 | vstinner | create |
|