[COLR] Reduce COLRv1 max edge count

64k sounds excessive.

Fixes https://oss-fuzz.com/testcase-detail/5383336738291712
pull/4551/head
Behdad Esfahbod 1 year ago
parent 155015f4be
commit ef289a9e20
  1. 2
      src/hb-limits.hh

@ -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

Loading…
Cancel
Save