• Show log

    Commit

  • Hash : c0f3af91
    Author : Garret Rieger
    Date : 2021-08-11T16:20:05

    [subset] speed up add_gid_and_children and adjust op limit.
    
    Fix for fuzzer timeout: https://oss-fuzz.com/testcase-detail/5001604901240832.
    
    - Operation limit is per glyph, so 100,000 should still be far more than needed.
    - Switches from for(...) to while(...) loop for iteration. for(...) calls it.end() which in this case triggers a complete iteration.
    - Cache CompositeGlyph size in the iterator to avoid needing to recalculate it.
    

  • 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