22d9bc2
diff -urNp a/converter/other/pstopnm.c b/converter/other/pstopnm.c
22d9bc2
--- a/converter/other/pstopnm.c	2018-07-23 15:14:51.200658026 +0200
22d9bc2
+++ b/converter/other/pstopnm.c	2018-07-23 15:18:12.579910612 +0200
22d9bc2
@@ -896,11 +896,11 @@ execGhostscript(int               const
a512e57
                    ghostscriptProg, arg0,
a512e57
                    deviceopt, outfileopt, gopt, ropt, textalphabitsopt,
22d9bc2
                    "-q", "-dNOPAUSE",
a512e57
-                   "-dSAFER", "-");
a512e57
+                   "-dPARANOIDSAFER", "-");
a512e57
     }
a512e57
 
a512e57
     execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
a512e57
-          "-dNOPAUSE", "-dSAFER", "-", NULL);
a512e57
+          "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
22d9bc2
 
a512e57
     pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
a512e57
              ghostscriptProg, errno, strerror(errno));