• Show log

    Commit

  • Hash : a4434747
    Author : Sebastian Rasmussen
    Date : 2020-06-20T05:31:34

    [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.