summaryrefslogtreecommitdiff
path: root/src/hb-ot-kern-table.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/hb-ot-kern-table.hh')
-rw-r--r--src/hb-ot-kern-table.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hb-ot-kern-table.hh b/src/hb-ot-kern-table.hh
index dab7a805..3cc11d10 100644
--- a/src/hb-ot-kern-table.hh
+++ b/src/hb-ot-kern-table.hh
@@ -37,6 +37,7 @@ struct hb_kern_machine_t
{
hb_kern_machine_t (const Driver &driver_) : driver (driver_) {}
+ HB_NO_SANITIZE_SIGNED_INTEGER_OVERFLOW
inline void kern (hb_font_t *font,
hb_buffer_t *buffer,
hb_mask_t kern_mask) const