From 0607e0e959e9bf47796afe31c16569f046609dfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20R=C3=B6ttsches?= Date: Thu, 30 Jun 2022 10:55:50 +0300 Subject: [PATCH] Fix initialisation of temp variable in new FT_MulAddFix src/truetype/ttgxvar.c (FT_MulAddFix): Initialise `temp`. --- src/base/ftcalc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/ftcalc.c b/src/base/ftcalc.c index 0f1395d08..34170a582 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