From 80e6a22dc0933a5dc98c0fae8c66287d2d6fbfbc Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Thu, 22 Feb 2018 16:30:03 -0500 Subject: [PATCH] [skia] Increase max size of serialized path (#1187) --- projects/skia/path_deserialize.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/skia/path_deserialize.options b/projects/skia/path_deserialize.options index 14b7dbfea..9b7b54dbd 100644 --- a/projects/skia/path_deserialize.options +++ b/projects/skia/path_deserialize.options @@ -1,2 +1,2 @@ [libfuzzer] -max_len = 512 \ No newline at end of file +max_len = 2000 \ No newline at end of file