commit | ef633d7c5dcad78976350ce8212b7a41a8c7b74c | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Tue Nov 18 22:35:48 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Tue Nov 18 22:35:48 2008 +0000 |
tree | bb02e401fd96d51d57c7c0c74dace1bf67d2ab63 | |
parent | 42fe1a2ff864c3f3491e6dab38b24e27db304633 [diff] [blame] |
#4317: Fix an Array Bounds Read in imageop.rgb2rgb8. Backport of r67266
diff --git a/Misc/NEWS b/Misc/NEWS index 25bffa2..eee0085 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Issue #4317: Fixed a crash in the imageop.rgb2rgb8() function. + - Issue #4230: If ``__getattr__`` is a descriptor, it now functions correctly. - Issue #4048: The parser module now correctly validates relative imports.