shithub: freetype+ttf2subf

Download patch

ref: fc082956505e97502c415c807577aaf70fec9960
parent: 1603378b918c1b1c02d14fbb7a9d8aa0ae2380e9
author: Werner Lemberg <wl@gnu.org>
date: Fri Apr 1 10:44:42 EDT 2022

* src/sfnt/sfwoff.c (reconstruct_glyf): Fix gcc 10 warning.

git/fs: mount .git/fs: mount/attach disallowed
--- a/src/sfnt/sfwoff2.c
+++ b/src/sfnt/sfwoff2.c
@@ -973,7 +973,7 @@
         /* composite glyph */
         FT_Bool    have_instructions = FALSE;
         FT_UShort  instruction_size  = 0;
-        FT_ULong   composite_size;
+        FT_ULong   composite_size    = 0;
         FT_ULong   size_needed;
         FT_Byte*   pointer           = NULL;