• Show log

    Commit

  • Hash : ffde3c9f
    Author : Philip Withnall
    Date : 2017-02-08T21:56:57

    hb-font: Fix a potentially undefined use of memcmp() (#413)
    
    While it’s fine to call memcmp(x, 0, 0) in practice, the C99 standard
    explicitly says that this is not allowed: even if the length is zero,
    the pointer arguments must be valid.
    
    http://stackoverflow.com/a/16363034
    
    Coverity ID: 141178
    
    Signed-off-by: Philip Withnall <withnall@endlessm.com>

  • 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

  • README

  • [![Build Status](https://travis-ci.org/behdad/harfbuzz.svg)](https://travis-ci.org/behdad/harfbuzz)
    [![Build Status](https://ci.appveyor.com/api/projects/status/4oaq58ns2h0m2soa?svg=true)](https://ci.appveyor.com/project/behdad/harfbuzz)
    [![Coverage Status](https://img.shields.io/coveralls/behdad/harfbuzz.svg)](https://coveralls.io/r/behdad/harfbuzz)
    [ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/)
    
    This is HarfBuzz, a text shaping library.
    
    For bug reports, mailing list, and other information please visit:
    
      http://harfbuzz.org/
    
    For license information, see the file COPYING.