Edit

kc3-lang/freetype/src/bdf

Branch :

  • Show log

    Commit

  • Author : Armin Hasitzka
    Date : 2018-06-17 20:27:42
    Hash : 0f6be064
    Message : [bdf] Fix underflow of an unsigned value. bdflib.c:1562 could be reached with `font->glyphs_used == 0'. That caused an underflow of the unsigned value which results in undefined behaviour. * src/bdf/bdflib.c (src/bdf/bdflib.c): Bail out earlier than before if the `ENCODING' keyword cannot be found.