Blame SOURCES/netpbm-CAN-2005-2471.patch

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