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-03-30 16:52:24.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 */