• Show log

    Commit

  • Hash : 03e14413
    Author : Ebrahim Byagowi
    Date : 2018-10-18T11:06:37

    [ubsan] Use unsigned int instead enum where needed (#1270)
    
    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.

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/harfbuzz.git
    Git SSH git@git.kmx.io:kc3-lang/harfbuzz.git
    Public access ? public
    Description

    HarfBuzz text shaping engine

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags