From 361d30e2878bbc13dae3ffac2cbf7d916ba4fe40 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 23 May 2024 21:44:28 -0600 Subject: [PATCH] [CFF] Ignore unknown operators Fixes https://github.com/harfbuzz/harfbuzz/issues/4558 --- src/hb-cff-interp-common.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-cff-interp-common.hh b/src/hb-cff-interp-common.hh index 1d1f10f2b..6ca7500af 100644 --- a/src/hb-cff-interp-common.hh +++ b/src/hb-cff-interp-common.hh @@ -624,7 +624,6 @@ struct opset_t } else { /* invalid unknown operator */ env.clear_args (); - env.set_error (); } break; }