Commit 0607e0e959e9bf47796afe31c16569f046609dfd

Dominik Röttsches 2022-06-30T10:55:50

Fix initialisation of temp variable in new FT_MulAddFix src/truetype/ttgxvar.c (FT_MulAddFix): Initialise `temp`.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/base/ftcalc.c b/src/base/ftcalc.c
index 0f1395d..34170a5 100644
--- a/src/base/ftcalc.c
+++ b/src/base/ftcalc.c
@@ -1091,7 +1091,7 @@
                 FT_UInt    count )
   {
     FT_UInt   i;
-    FT_Int64  temp;
+    FT_Int64  temp = 0;
 
 
 #ifdef FT_INT64