Increase sanitize edit count from 8 to 32
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 5 Jan 2016 13:26:20 +0000 (13:26 +0000)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 5 Jan 2016 13:26:20 +0000 (13:26 +0000)
See previous commit.

src/hb-open-type-private.hh

index 1e40378..6323da8 100644 (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 :