Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > f906e53a61d7fde37970c875efbcd0cf > files > 11

cups-1.3.7-11.el5_4.5.src.rpm

diff -up cups-1.3.7/filter/image-private.h.CVE-2009-0163 cups-1.3.7/filter/image-private.h
--- cups-1.3.7/filter/image-private.h.CVE-2009-0163	2007-07-11 22:46:42.000000000 +0100
+++ cups-1.3.7/filter/image-private.h	2009-04-27 18:00:28.000000000 +0100
@@ -41,8 +41,8 @@
 
 #  define CUPS_IMAGE_MAX_WIDTH	0x07ffffff
 					/* 2^27-1 to allow for 15-channel data */
-#  define CUPS_IMAGE_MAX_HEIGHT	0x7fffffff
-					/* 2^31-1 */
+#  define CUPS_IMAGE_MAX_HEIGHT	0x3fffffff
+					/* 2^30-1 */
 
 #  define CUPS_TILE_SIZE	256	/* 256x256 pixel tiles */
 #  define CUPS_TILE_MINIMUM	10	/* Minimum number of tiles */