app-text/sile: restrict to lua 5.3+
[sgilles-overlay.git] / app-text / mupdf / files / mupdf-1.11-CVE-2017-6060.patch
bloba595253e8649c7a0e27c16e2f6835d072e096871
1 X-Git-Url: http://git.ghostscript.com/?p=user%2Fsebras%2Fmupdf.git;a=blobdiff_plain;f=platform%2Fx11%2Fjstest_main.c;h=f158d9628ed0c0a84e37fe128277679e8334422a;hp=13c3a0a3ba3ff4aae29f6882d23740833c1d842f;hb=06a012a42c9884e3cd653e7826cff1ddec04eb6e;hpb=34e18d127a02146e3415b33c4b67389ce1ddb614
3 diff --git a/platform/x11/jstest_main.c b/platform/x11/jstest_main.c
4 index 13c3a0a..f158d96 100644
5 --- a/platform/x11/jstest_main.c
6 +++ b/platform/x11/jstest_main.c
7 @@ -346,7 +346,7 @@ main(int argc, char *argv[])
9 else if (match(&line, "OPEN"))
11 - char path[1024];
12 + char path[LONGLINE];
13 if (file_open)
14 pdfapp_close(&gapp);
15 if (prefix)