File GraphicsMagick-disable-indirect-reads.patch of Package GraphicsMagick.10463
--- a/magick/utility.c Mon Jun 03 08:24:59 2019 -0500
+++ a/magick/utility.c Thu Jun 06 08:41:00 2019 -0500
@@ -5934,16 +5934,6 @@
return((char *) NULL);
text=(char *) formatted_text;
/*
- If text starts with '@' then try to replace it with the content of
- the file name which follows.
- */
- if ((*text == '@') && IsAccessible(text+1))
- {
- text=(char *) FileToBlob(text+1,&length,&image->exception);
- if (text == (char *) NULL)
- return((char *) NULL);
- }
- /*
Translate any embedded format characters.
*/
length=strlen(text)+MaxTextExtent;