fixed FDSelect0::sanitize
authorMichiharu Ariza <ariza@adobe.com>
Mon, 30 Jul 2018 22:27:20 +0000 (15:27 -0700)
committerMichiharu Ariza <ariza@adobe.com>
Mon, 30 Jul 2018 22:27:20 +0000 (15:27 -0700)
src/hb-ot-cff-common-private.hh

index 9dab98d..0e035a2 100644 (file)
@@ -243,6 +243,7 @@ struct FDSelect0 {
   inline bool sanitize (hb_sanitize_context_t *c) const
   {
     TRACE_SANITIZE (this);
+    return_trace (likely (c->check_struct (this) && fds[c->get_num_glyphs () - 1].sanitize (c)));
   }
 
   HBUINT8     fds[VAR];