[COLR] Reduce COLRv1 max edge count

64k sounds excessive.

Fixes https://oss-fuzz.com/testcase-detail/5383336738291712
This commit is contained in:
Behdad Esfahbod 2024-01-08 09:11:01 -07:00
parent 155015f4be
commit ef289a9e20

View file

@ -106,7 +106,7 @@
#endif
#ifndef HB_COLRV1_MAX_EDGE_COUNT
#define HB_COLRV1_MAX_EDGE_COUNT 65536
#define HB_COLRV1_MAX_EDGE_COUNT 2048
#endif