1 --- netpbm-10.29/converter/other/pstopnm.c.CAN-2005-2471 2005-08-15 02:39:46.000000000 +0200
2 +++ netpbm-10.29/converter/other/pstopnm.c 2005-08-16 15:38:15.000000000 +0200
5 deviceopt, outfileopt, gopt, ropt, textalphabitsopt,
8 + "-dPARANOIDSAFER", "-");
11 execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt,
12 - textalphabitsopt, "-q", "-dNOPAUSE", "-dSAFER", "-", NULL);
13 + textalphabitsopt, "-q", "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
15 pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
16 ghostscriptProg, errno, strerror(errno));