mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 22:54:36 +00:00
[fuzzing] Cap max buffer len at 128
This commit is contained in:
parent
f1c4adbcd3
commit
a6d7668a95
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ hb_fuzzer_CPPFLAGS = \
|
|||
-DHB_SANITIZE_MAX_EDITS=3 \
|
||||
-DHB_BUFFER_MAX_EXPANSION_FACTOR=3 \
|
||||
-DHB_BUFFER_MAX_LEN_MIN=8 \
|
||||
-DHB_BUFFER_MAX_LEN_DEFAULT=128 \
|
||||
$(NULL)
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
|
Loading…
Add table
Reference in a new issue