Increase sanitize edit count from 8 to 32
See previous commit.
This commit is contained in:
parent
da2fcfdc51
commit
53c47c8582
|
@ -182,7 +182,7 @@ struct hb_dispatch_context_t
|
||||||
|
|
||||||
/* This limits sanitizing time on really broken fonts. */
|
/* This limits sanitizing time on really broken fonts. */
|
||||||
#ifndef HB_SANITIZE_MAX_EDITS
|
#ifndef HB_SANITIZE_MAX_EDITS
|
||||||
#define HB_SANITIZE_MAX_EDITS 8
|
#define HB_SANITIZE_MAX_EDITS 32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct hb_sanitize_context_t :
|
struct hb_sanitize_context_t :
|
||||||
|
|
Loading…
Reference in New Issue