diff options
Diffstat (limited to 'app-forensics/quickfuzz/files/quickfuzz-9999-ttasm-layout.patch')
-rw-r--r-- | app-forensics/quickfuzz/files/quickfuzz-9999-ttasm-layout.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-forensics/quickfuzz/files/quickfuzz-9999-ttasm-layout.patch b/app-forensics/quickfuzz/files/quickfuzz-9999-ttasm-layout.patch new file mode 100644 index 000000000000..b66ea1a5c95b --- /dev/null +++ b/app-forensics/quickfuzz/files/quickfuzz-9999-ttasm-layout.patch @@ -0,0 +1,11 @@ +diff --git a/bundled/ttasm/TTFInstructions.hs b/bundled/ttasm/TTFInstructions.hs +index 6eb9378..8db99cd 100644 +--- a/bundled/ttasm/TTFInstructions.hs ++++ b/bundled/ttasm/TTFInstructions.hs +@@ -128,4 +128,4 @@ tableChecksum table = + let tc = do +- e <- remaining +- if e < 4 ++ e <- remaining ++ if e < 4 + then return 0 |