* src/tools/apinames.c (names_add): Change the type of `h' from int to unsigned int, to prevent undefined behaviour in the overflow of signed integers (overflow of unsigned int is defined to be wrap around). Found by clang test suggested by Sean McBride.autohinter-properties
parent
628bebe639
commit
eba2781ab9
2 changed files with 13 additions and 2 deletions
Loading…
Reference in new issue