Blame SOURCES/netpbm-CAN-2005-2471.patch

7d2009
diff -up netpbm-10.56.03/converter/other/pstopnm.c.CAN-2005-2471 netpbm-10.56.03/converter/other/pstopnm.c
7d2009
--- netpbm-10.56.03/converter/other/pstopnm.c.CAN-2005-2471	2011-11-09 09:18:00.000000000 +0100
7d2009
+++ netpbm-10.56.03/converter/other/pstopnm.c	2011-11-11 11:43:51.827409226 +0100
7d2009
@@ -747,11 +747,11 @@ execGhostscript(int          const input
7d2009
                    ghostscriptProg, arg0,
7d2009
                    deviceopt, outfileopt, gopt, ropt, textalphabitsopt,
7d2009
                    "-q", "-dNOPAUSE", 
7d2009
-                   "-dSAFER", "-");
7d2009
+                   "-dPARANOIDSAFER", "-");
7d2009
     }
7d2009
 
7d2009
     execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
7d2009
-          "-dNOPAUSE", "-dSAFER", "-", NULL);
7d2009
+          "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
7d2009
     
7d2009
     pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
7d2009
              ghostscriptProg, errno, strerror(errno));