commit | 3f28a6b6afed06a7eeaeefb7e319e6c23bdd3eb8 | [log] [tgz] |
---|---|---|
author | Alexei Podtelezhnikov <apodtele@gmail.com> | Fri May 03 15:44:57 2024 |
committer | Alexei Podtelezhnikov <apodtele@gmail.com> | Fri May 03 15:44:57 2024 |
tree | 60934db396a82955754a21e5ee5f35045b5a1ea2 | |
parent | 13d1180f4542d19557e146cc0124e51891733b0c [diff] |
[woff,woff2] Limit the number of tables and use FT_MSB. The upper limit of 4095 is implied by the SFNT header format where the multiplication by 16 would overflow without it. * src/sfnt/sfwoff.c (woff_open_font): Updated. * src/sfnt/sfwoff2.c (woff2_open_font): Ditto.