• Show log

    Commit

  • Hash : 94e421ab
    Author : Ben Wagner
    Date : 2018-10-25T13:44:27

    Remove some use of Crap in hb-set.
    
    When hb_set_t::page_for_insert needs to insert at the end of the page_map
    it ends up evaluating '&page_map[i + 1]' which has hb_vector return an
    lvalue of a Crap so that nothing can be moved to its address. This turns
    into issues with ThreadSanitizer on Crap when two threads modify different
    hb_set_t instances. This can be avoided by using '&page_map[i] + 1'
    instead.
    

  • 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
    kc3_lang_org www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags