Edit

kc3-lang/freetype/src/cid

Branch :

  • Show log

    Commit

  • Author : Sebastian Rasmussen
    Date : 2020-06-19 10:35:57
    Hash : 8ed5a247
    Message : [cff, cid] Fix segfaults in case of error (#58621). * src/cff/cffobjs.c (cff_slot_done), src/cid/cidobjs.c (cid_slot_done): If `ft_glyphslot_init' fails to allocate `internal', then the class' `done_slot' callback (called by `ft_glyphslot_done') must not dereference the pointer to `internal'.