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