netpbm-CAN-2005-2471.patch 750 B

1234567891011121314151617
  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
  3. @@ -711,11 +711,11 @@
  4. ghostscriptProg, arg0,
  5. deviceopt, outfileopt, gopt, ropt, textalphabitsopt,
  6. "-q", "-dNOPAUSE",
  7. - "-dSAFER", "-");
  8. + "-dPARANOIDSAFER", "-");
  9. }
  10. execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q",
  11. - "-dNOPAUSE", "-dSAFER", "-", NULL);
  12. + "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL);
  13. pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)",
  14. ghostscriptProg, errno, strerror(errno));