Derived from:
Upstream status:
cups-filters is ancestor of the foomatic-filters for cups in cases discussed in Bug 22546287
...so community (Till) will backport this fix by own into foomatic-filters if found it usefull.
--- a/util.c 2012-03-23 05:28:34.000000000 -0700
+++ b/util.c 2016-01-20 09:02:59.873964944 -0800
@@ -31,7 +31,7 @@
#include <assert.h>
-const char* shellescapes = "|<>&!$\'\"#*?()[]{}";
+const char* shellescapes = "|;<>&!$\'\"#*?()[]{}";
const char * temp_dir()
{