]> granicus.if.org Git - onig/commitdiff
change retry limit value to 4000
authorK.Kosako <kosako@sofnec.co.jp>
Mon, 5 Aug 2019 05:24:59 +0000 (14:24 +0900)
committerK.Kosako <kosako@sofnec.co.jp>
Mon, 5 Aug 2019 05:24:59 +0000 (14:24 +0900)
harnesses/encode-harness.c

index 011e0d2d4c907f012ed2600f74ea23e4eddacc12..e57fd4f55c01f459786e0ca689b85e7d0a45247a 100644 (file)
@@ -8,8 +8,9 @@
 #include <stdlib.h>
 #include <string.h>
 
-#define PARSE_DEPTH_LIMIT  120
-#define RETRY_LIMIT        120
+#define PARSE_DEPTH_LIMIT   120
+#define RETRY_LIMIT        4000
+
 typedef unsigned char uint8_t;
 
 static int