[gs-bugs] [Bug 691425] HEAD: Error: /limitcheck in --run--
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Tue Jul 6 22:34:16 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=691425
Alex Cherepanov <alex.cherepanov at artifex.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Alex Cherepanov <alex.cherepanov at artifex.com> 2010-07-06 22:34:12 UTC ---
Increase the max number of color components to 14 to accommodate
a new record number (13) observed in the wild.
--- gs/base/gsccolor.h (revision 11491)
+++ gs/base/gsccolor.h (revision 11492)
@@ -28,11 +28,11 @@
/*
* Define the maximum number of components in a client color.
* This must be at least 4, and should be at least 6 to accommodate
- * hexachrome DeviceN color spaces. We saw 9-component colors in
- * the wild. (bug 691002).
+ * hexachrome DeviceN color spaces. We saw 9-component (bug 691002)
+ * and 13-component (bug 691425) colors in the wild.
*/
#ifndef GS_CLIENT_COLOR_MAX_COMPONENTS /* Allow override with XCFLAGS
*/
-# define GS_CLIENT_COLOR_MAX_COMPONENTS (12)
+# define GS_CLIENT_COLOR_MAX_COMPONENTS (14)
#endif
The patch is committed as a rev. 11492.
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list