gnu: vlc: Fix build.
[jackhill/guix/guix.git] / gnu / packages / patches / foomatic-filters-CVE-2015-8327.patch
1 Fix for <https://nvd.nist.gov/vuln/detail?vulnId=CVE-2015-8327>.
2
3 --- a/util.c 2014-06-20 19:26:18 +0000
4 +++ b/util.c 2015-10-30 15:45:03 +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 {
14