Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > 68166bb3e1b97b6c05bcac2325a09fd3 > files > 3

netpbm-11.02.00-2.mga10.src.rpm

diff -Nrup a/converter/other/pstopnm.c b/converter/other/pstopnm.c
--- a/converter/other/pstopnm.c	2019-03-01 04:46:29.000000000 +0100
+++ b/converter/other/pstopnm.c	2019-04-13 13:46:41.536022583 +0200
@@ -896,11 +896,11 @@ execGhostscript(int               const
                    ghostscriptProg, arg0,
                    deviceopt, outfileopt, gopt, ropt, textalphabitsopt,
                    "-q", "-dNOPAUSE",
-                   "-dSAFER", "-");
+                   "-dPARANOIDSAFER", "-");
     }
 
     execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, 
-	  textalphabitsopt, "-q", "-dNOPAUSE", "-dSAFER", "-", NULL);
+	  textalphabitsopt, "-q", "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
 
     pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
              ghostscriptProg, errno, strerror(errno));