rpms/cups/devel cups-CAN-2005-0064.patch,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 26 17:17:10 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/cups/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9817

Modified Files:
	cups-CAN-2005-0064.patch 
Log Message:
Fix patch.

cups-CAN-2005-0064.patch:
 Decrypt.cxx |    5 +++++
 1 files changed, 5 insertions(+)

Index: cups-CAN-2005-0064.patch
===================================================================
RCS file: /cvs/dist/rpms/cups/devel/cups-CAN-2005-0064.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cups-CAN-2005-0064.patch	17 Mar 2006 12:10:57 -0000	1.2
+++ cups-CAN-2005-0064.patch	26 Apr 2006 17:17:03 -0000	1.3
@@ -1,12 +1,6 @@
---- cups-1.2svn-r4929/pdftops/Decrypt.cxx.CAN-2005-0064	2005-09-17 15:52:15.000000000 +0100
-+++ cups-1.2svn-r4929/pdftops/Decrypt.cxx	2006-01-20 14:31:21.000000000 +0000
-@@ -135,11 +135,16 @@
-   Guchar *buf;
-   Guchar test[32];
-   Guchar fState[256];
--  Guchar tmpKey[16];
-+  Guchar *tmpKey;
-   Guchar fx, fy;
+--- cups-1.2rc3/pdftops/Decrypt.cxx.CAN-2005-0064	2005-09-17 15:52:15.000000000 +0100
++++ cups-1.2rc3/pdftops/Decrypt.cxx	2006-04-26 18:14:58.000000000 +0100
+@@ -140,6 +140,11 @@
    int len, i, j;
    GBool ok;
  
@@ -18,11 +12,3 @@
    // generate file key
    buf = (Guchar *)gmalloc(72 + fileID->getLength());
    if (userPassword) {
-@@ -201,6 +206,7 @@
-     ok = gFalse;
-   }
- 
-+  gfree(tmpKey);
-   gfree(buf);
-   return ok;
- }




More information about the fedora-cvs-commits mailing list