2018-03-21 19:20:55 +00:00
|
|
|
From 91c9c6d17d445781ee572c281b8b9d75d96f9df8 Mon Sep 17 00:00:00 2001
|
2016-10-07 12:11:04 +00:00
|
|
|
From: "David Kaspar [Dee'Kej]" <dkaspar@redhat.com>
|
|
|
|
Date: Fri, 7 Oct 2016 13:57:01 +0200
|
|
|
|
Subject: [PATCH] Make sure 'dvipdf' is being run securely
|
|
|
|
|
|
|
|
---
|
|
|
|
lib/dvipdf | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/lib/dvipdf b/lib/dvipdf
|
|
|
|
index 802aeab..c92dfb0 100755
|
|
|
|
--- a/lib/dvipdf
|
|
|
|
+++ b/lib/dvipdf
|
|
|
|
@@ -43,4 +43,4 @@ fi
|
2009-02-04 13:11:11 +00:00
|
|
|
|
|
|
|
# We have to include the options twice because -I only takes effect if it
|
|
|
|
# appears before other options.
|
2010-09-23 10:57:49 +00:00
|
|
|
-exec dvips -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
|
|
|
|
+exec dvips -R -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
|
2016-10-07 12:11:04 +00:00
|
|
|
--
|
2018-03-21 19:20:55 +00:00
|
|
|
2.14.3
|
2011-08-09 14:42:00 +00:00
|
|
|
|