Increase sanitize edit count from 8 to 32

See previous commit.
This commit is contained in:
Behdad Esfahbod 2016-01-05 13:26:20 +00:00
parent da2fcfdc51
commit 53c47c8582

View File

@ -182,7 +182,7 @@ struct hb_dispatch_context_t
/* This limits sanitizing time on really broken fonts. */
#ifndef HB_SANITIZE_MAX_EDITS
#define HB_SANITIZE_MAX_EDITS 8
#define HB_SANITIZE_MAX_EDITS 32
#endif
struct hb_sanitize_context_t :