From 4579e18882814303084df8ba75773eb37fbaf64f Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 15 Aug 2014 15:00:52 +0200 Subject: [PATCH] Avoid crash with invalid delta exceptions data. --- lib/ttfautohint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ttfautohint.c b/lib/ttfautohint.c index 701b40f..06fc92b 100644 --- a/lib/ttfautohint.c +++ b/lib/ttfautohint.c @@ -84,7 +84,7 @@ TTF_autohint(const char* options, const unsigned char** error_stringp = NULL; - Deltas* deltas; + Deltas* deltas = NULL; FT_Long hinting_range_min = -1; FT_Long hinting_range_max = -1; -- 2.11.4.GIT