New submission from Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: 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. ---------- files: rgbcrash.diff keywords: needs review, patch messages: 75840 nosy: amaury.forgeotdarc priority: release blocker severity: normal status: open title: Buffer overflow in imageop module type: crash versions: Python 2.4, Python 2.6 Added file: http://bugs.python.org/file12001/rgbcrash.diff _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4317> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com