Edit

kc3-lang/freetype/src/cff

Branch :

  • Show log

    Commit

  • Author : Sebastian Rasmussen
    Date : 2020-06-20 05:31:34
    Hash : a4434747
    Message : [cff] Fix handling of `style_name == NULL' (#58630). * src/cff/cffobjs.c (cff_face_init): If a call to `cff_strcpy' fails by returning NULL in `cff_face_init', `remove_style' is still called. This means that the NULL pointer is dereferenced, causing a crash.