From 7762880223a110e41cb1f1c256564f6809747fb8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 4 Aug 2009 22:43:47 -0400 Subject: [HB] Add missing sanitize --- pango/opentype/hb-open-file-private.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/pango/opentype/hb-open-file-private.hh b/pango/opentype/hb-open-file-private.hh index 4cbe9355..03d9e141 100644 --- a/pango/opentype/hb-open-file-private.hh +++ b/pango/opentype/hb-open-file-private.hh @@ -176,6 +176,7 @@ struct OpenTypeFontFile bool sanitize (SANITIZE_ARG_DEF) { SANITIZE_DEBUG (); + if (!SANITIZE_SELF ()) return false; switch (tag) { default: return true; case TrueTypeTag: case CFFTag: return SANITIZE_THIS (CAST (OffsetTable, *this, 0)); -- cgit v1.2.1