1f08c10
--- netpbm-10.29/converter/other/pstopnm.c.CAN-2005-2471	2005-08-15 02:39:46.000000000 +0200
1f08c10
+++ netpbm-10.29/converter/other/pstopnm.c	2005-08-16 15:38:15.000000000 +0200
1f08c10
@@ -711,11 +711,11 @@
1f08c10
                    "'%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s'",
a936aaa
                    ghostscriptProg, arg0,
1f08c10
                    deviceopt, outfileopt, gopt, ropt, "-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));