summaryrefslogtreecommitdiff
path: root/print/ghostscript9-base/files/patch-psi_zicc.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript9-base/files/patch-psi_zicc.c')
-rw-r--r--print/ghostscript9-base/files/patch-psi_zicc.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/ghostscript9-base/files/patch-psi_zicc.c b/print/ghostscript9-base/files/patch-psi_zicc.c
new file mode 100644
index 000000000000..3ed10a7611f8
--- /dev/null
+++ b/print/ghostscript9-base/files/patch-psi_zicc.c
@@ -0,0 +1,12 @@
+--- psi/zicc.c.orig 2012-08-08 08:01:36 UTC
++++ psi/zicc.c
+@@ -61,6 +61,9 @@ int seticc(i_ctx_t * i_ctx_p, int ncomps
+
+ palt_cs = gs_currentcolorspace(igs);
+
++ if (2*ncomps > sizeof(range_buff)/sizeof(float))
++ return_error(e_rangecheck);
++
+ /* verify the DataSource entry */
+ if (dict_find_string(ICCdict, "DataSource", &pstrmval) <= 0)
+ return_error(e_undefined);