[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sun Sep 16 16:12:17 UTC 2018
src/hb-aat-layout-morx-table.hh | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 89dd4b959773d35981299551074ccc7a1eb332bd
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Sun Sep 16 18:11:46 2018 +0200
Fix bots
"Unused private member" warning turned error. ugh.
diff --git a/src/hb-aat-layout-morx-table.hh b/src/hb-aat-layout-morx-table.hh
index 3bad5517..23c9ef2d 100644
--- a/src/hb-aat-layout-morx-table.hh
+++ b/src/hb-aat-layout-morx-table.hh
@@ -608,6 +608,8 @@ struct InsertionSubtable
hb_buffer_t *buffer = driver->buffer;
unsigned int flags = entry->flags;
+ if (0)
+ c->sanitizer.check_range (nullptr, 0);
#if 0
if (flags & SetComponent)
{
More information about the HarfBuzz
mailing list