blob: dc973c4592b24c61b314d6ab1d6e1e7bbb7ed4b8 [file] [log] [blame]
Patrick Williamsf1e5d692016-03-30 15:21:19 -05001Upstream-Status: Backport
2
3
4http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/revision/7419
5
6Hand applied change to util.c. Fix was for cups-filters but also applied to foomatic-filters.
7
8CVE: CVE-2015-8560
9Signed-off-by: Armin Kuster <akuster@mvista.com>
10
11Index: util.c
12===================================================================
13--- a/util.c
14+++ b/util.c
15@@ -31,7 +31,7 @@
16 #include <assert.h>
17
18
19-const char* shellescapes = "|<>&!$\'\"#*?()[]{}";
20+const char* shellescapes = "|;<>&!$\'\"#*?()[]{}";
21
22 const char * temp_dir()
23 {