| commit | 2870ac5e5d5d87646a4b273a9805fb3fcf280f97 | [log] [tgz] |
|---|---|---|
| author | Behdad Esfahbod <behdad@behdad.org> | Tue Aug 04 22:43:47 2009 -0400 |
| committer | Behdad Esfahbod <behdad@behdad.org> | Mon Nov 02 14:40:30 2009 -0500 |
| tree | cb5de1abaf1552b407feb83dc970033bc59f3c05 | |
| parent | b28815c1f6e46d38471cacbc31248ca6fda8c4d1 [diff] |
[HB] Add missing sanitize
diff --git a/src/hb-open-file-private.hh b/src/hb-open-file-private.hh index 4cbe935..03d9e14 100644 --- a/src/hb-open-file-private.hh +++ b/src/hb-open-file-private.hh
@@ -176,6 +176,7 @@ 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));