From 89de8c700f16bd50617c20a81b77c6555f3a8988 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 18 Jul 2022 13:07:29 -0600 Subject: [PATCH] [CoverageFormat2] Another fix for broken tables Fixes https://oss-fuzz.com/testcase-detail/6005342714068992 --- src/OT/Layout/Common/CoverageFormat2.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OT/Layout/Common/CoverageFormat2.hh b/src/OT/Layout/Common/CoverageFormat2.hh index f8e5afe08..9dd11ff55 100644 --- a/src/OT/Layout/Common/CoverageFormat2.hh +++ b/src/OT/Layout/Common/CoverageFormat2.hh @@ -166,6 +166,7 @@ struct CoverageFormat2_4 { /* Broken table. Skip. */ i = c->rangeRecord.len; + j = 0; } } void fini () {}