Edit

kc3-lang/freetype/src/type42

Branch :

  • Show log

    Commit

  • Author : Werner Lemberg
    Date : 2023-05-07 07:19:44
    Hash : ff0ef828
    Message : * src/type42/t42drivr.c: Clean up interface. Ensure that all driver functions use the signature of the service or driver. This avoids pointer mismatches, which are technically undefined behaviour. Recent compilers are more picky in catching them as part of Control Flow Integrity tests.