Blame SOURCES/ghostscript-cve-2019-14869.patch

5e8686
diff --git a/Resource/Init/gs_ttf.ps b/Resource/Init/gs_ttf.ps
5e8686
index 064b6c8..600907e 100644
5e8686
--- a/Resource/Init/gs_ttf.ps
5e8686
+++ b/Resource/Init/gs_ttf.ps
5e8686
@@ -1421,7 +1421,7 @@ mark
5e8686
           TTFDEBUG { (\n1 setting alias: ) print dup ==only
5e8686
                 ( to be the same as  ) print 2 index //== exec } if
5e8686
 
5e8686
-          7 index 2 index 3 -1 roll exch .forceput
5e8686
+          7 index 2 index 3 -1 roll exch put
5e8686
         } forall
5e8686
         pop pop pop
5e8686
       }
5e8686
@@ -1439,7 +1439,7 @@ mark
5e8686
           exch pop
5e8686
           TTFDEBUG { (\n2 setting alias: ) print 1 index ==only
5e8686
                      ( to use glyph index: ) print dup //== exec } if
5e8686
-          5 index 3 1 roll .forceput
5e8686
+          5 index 3 1 roll put
5e8686
           //false
5e8686
         }
5e8686
         {
5e8686
@@ -1456,7 +1456,7 @@ mark
5e8686
         {                            %  CharStrings(dict) isunicode(boolean) cmap(dict) RAGL(dict) gname(name) codep(integer) gindex(integer)
5e8686
           TTFDEBUG { (\3 nsetting alias: ) print 1 index ==only
5e8686
                 ( to be index: ) print dup //== exec } if
5e8686
-          exch pop 5 index 3 1 roll .forceput
5e8686
+          exch pop 5 index 3 1 roll put
5e8686
         }
5e8686
         {
5e8686
           pop pop
5e8686
@@ -1486,7 +1486,7 @@ mark
5e8686
       } ifelse
5e8686
     ]
5e8686
   TTFDEBUG { (Encoding: ) print dup === flush } if
5e8686
-} .bind executeonly odef               % hides .forceput
5e8686
+} .bind odef
5e8686
 
5e8686
 % to be removed 9.09......
5e8686
 currentdict /postalias undef