• E
    [ubsan] Use unsigned int instead enum where needed (#1270) · 03e14413
    Ebrahim Byagowi 提交于
    Actually the check is right,
    
    On -myanmar.hh, on that particular switch, OT_C is indic_category_t
    but OT_D is myanmar_category_t so we are mixing the types in one variable.
    
    And on -arabic.cc, step can goes one number higher than step_t enum in the
    loop so we are actually using it as an unsinged int.
    03e14413
hb-ot-shape-complex-myanmar.hh 4.7 KB