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