summaryrefslogtreecommitdiff
path: root/print/ghostscript8-base/files/patch-psi_zicc.c
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-17 23:28:04 +0000
commit1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch)
tree48e47bf661e0e5d6ed9c060e8aea683b30d4540f /print/ghostscript8-base/files/patch-psi_zicc.c
parent- Update to 1.7.1 (diff)
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
Diffstat (limited to 'print/ghostscript8-base/files/patch-psi_zicc.c')
-rw-r--r--print/ghostscript8-base/files/patch-psi_zicc.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/print/ghostscript8-base/files/patch-psi_zicc.c b/print/ghostscript8-base/files/patch-psi_zicc.c
new file mode 100644
index 000000000000..f03847458a5a
--- /dev/null
+++ b/print/ghostscript8-base/files/patch-psi_zicc.c
@@ -0,0 +1,12 @@
+--- psi/zicc.c.orig 2009-01-21 15:34:55 UTC
++++ psi/zicc.c
+@@ -161,6 +161,9 @@ zseticcspace(i_ctx_t * i_ctx_p)
+ if (2*ncomps > sizeof(range_buff)/sizeof(range_buff[0]))
+ return_error(e_rangecheck);
+
++ if (2*ncomps > sizeof(range_buff)/sizeof(float))
++ return_error(e_rangecheck);
++
+ /* verify the DataSource entry */
+ if (dict_find_string(op, "DataSource", &pstrmval) <= 0)
+ return_error(e_undefined);