gnu: emacs-consult: Fix grammar.
[jackhill/guix/guix.git] / gnu / packages / patches / foomatic-filters-CVE-2015-8560.patch
CommitLineData
67a37c63
LC
1Fix for <https://nvd.nist.gov/vuln/detail?vulnId=CVE-2015-8560>.
2
3--- a/util.c 2015-10-30 15:45:03 +0000
4+++ b/util.c 2015-12-12 23:27:21 +0000
5@@ -31,7 +31,7 @@
6 #include <assert.h>
7
8
9-const char* shellescapes = "|<>&!$\'\"`#*?()[]{}";
10+const char* shellescapes = "|;<>&!$\'\"`#*?()[]{}";
11
12 const char * temp_dir()
13 {