summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-04 22:43:47 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-04 22:43:47 -0400
commit7762880223a110e41cb1f1c256564f6809747fb8 (patch)
treedd0bde77179b6052d5cf0fc1f10502a678fce9df
parentb4c1057497e2498a3391b2536aa1fbc7efe9723a (diff)
downloadpango-7762880223a110e41cb1f1c256564f6809747fb8.tar.gz
[HB] Add missing sanitize
-rw-r--r--pango/opentype/hb-open-file-private.hh1
1 files changed, 1 insertions, 0 deletions
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));