-
Browse
Commit
-
Author :
Werner Lemberg
Date :
2022-09-30 23:25:02
Hash :
de8f14a8
Message :
* src/psaux/pshints.c (cf2_hintmap_insertHint): Fix midpoint computation.
Replace '(start + end) / 2' with 'start + (end - start) / 2' to avoid
overflow.
Fixes #1180.