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