rpms/cups/devel cups-CVE-2008-1722.patch,1.1,1.2

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Fri May 9 10:37:22 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10494

Modified Files:
	cups-CVE-2008-1722.patch 
Log Message:
Fixed typos in upstream patch.

cups-CVE-2008-1722.patch:

Index: cups-CVE-2008-1722.patch
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups-CVE-2008-1722.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cups-CVE-2008-1722.patch	9 May 2008 10:29:47 -0000	1.1
+++ cups-CVE-2008-1722.patch	9 May 2008 10:36:44 -0000	1.2
@@ -26,7 +26,7 @@
 +      if ((bufsize / img->ysize) != img->xsize)
 +      {
 +	fprintf(stderr, "DEBUG: PNG image dimensions (%ux%u) too large!\n",
-+		(unsigned)width, (unsigned)height);
++		(unsigned)img->xsize, (unsigned)img->ysize);
 +	fclose(fp);
 +	return (1);
 +      }
@@ -39,7 +39,7 @@
 +      if ((bufsize / (img->ysize * 3)) != img->xsize)
 +      {
 +	fprintf(stderr, "DEBUG: PNG image dimensions (%ux%u) too large!\n",
-+		(unsigned)width, (unsigned)height);
++		(unsigned)img->xsize, (unsigned)img->ysize);
 +	fclose(fp);
 +	return (1);
 +      }




More information about the fedora-extras-commits mailing list