From 38a5c97e2466eba059c5e47c6e068fbebfb27306 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 23:29:37 +0000 Subject: Apply patch netpbm-CAN-2005-2471.patch patch_name: netpbm-CAN-2005-2471.patch present_in_specfile: true location_in_specfile: 9 --- diff --git a/converter/other/pstopnm.c b/converter/other/pstopnm.c index e19a0fa..f6d330e 100644 --- a/converter/other/pstopnm.c +++ b/converter/other/pstopnm.c @@ -811,11 +811,11 @@ execGhostscript(int const inputPipeFd, ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, textalphabitsopt, "-q", "-dNOPAUSE", - "-dSAFER", "-"); + "-dPARANOIDSAFER", "-"); } execl(ghostscriptProg, arg0, deviceopt, outfileopt, gopt, ropt, "-q", - "-dNOPAUSE", "-dSAFER", "-", NULL); + "-dNOPAUSE", "-dPARANOIDSAFER", "-", NULL); pm_error("execl() of Ghostscript ('%s') failed, errno=%d (%s)", ghostscriptProg, errno, strerror(errno));