Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > b2b31f8f12ce25fb0a2128354ea26724 > files > 10

cups-1.3.7-30.el5.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 */