From 775481293a22f30e9003d7f2361dbcb5aac7a599 Mon Sep 17 00:00:00 2001 From: "Philip.Hazel" Date: Sun, 22 Jul 2018 15:43:00 +0000 Subject: [PATCH] Add more tests for further ClusterFuzz issues, all were fixed by the previous patch; they just crashed in different ways. The fixed issues are ClusterFuzz numbers 9522, 9534, 9535, 9541, 9542. The bug was a new one, introduced by a recent code update (never in a release). --- testdata/testinput1 | 4 ++++ testdata/testoutput1 | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/testdata/testinput1 b/testdata/testinput1 index 552735b..c7e48af 100644 --- a/testdata/testinput1 +++ b/testdata/testinput1 @@ -6248,4 +6248,8 @@ ef) x/x,mark /(.COMMIT)(*COMMIT::::::::::interal error:::)/ +/(*COMMIT:ÿÿ)/ + +/(*COMMIT:]w)/ + # End of testinput1 diff --git a/testdata/testoutput1 b/testdata/testoutput1 index 597261d..3387222 100644 --- a/testdata/testoutput1 +++ b/testdata/testoutput1 @@ -9908,4 +9908,8 @@ No match, mark = X /(.COMMIT)(*COMMIT::::::::::interal error:::)/ +/(*COMMIT:ÿÿ)/ + +/(*COMMIT:]w)/ + # End of testinput1