mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[COLR] Reduce COLRv1 max edge count
64k sounds excessive. Fixes https://oss-fuzz.com/testcase-detail/5383336738291712
This commit is contained in:
parent
155015f4be
commit
ef289a9e20
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue