summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-07-22 15:43:00 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-07-22 15:43:00 +0000
commit5d985c301d9c0799ca6e985a45b0f67046c45efb (patch)
tree6f6b35c8131d9c592cfe5530bcdcbfe75c1a37ee
parente81ebe577cb51e990f092ae1d702229971984f16 (diff)
downloadpcre2-5d985c301d9c0799ca6e985a45b0f67046c45efb.tar.gz
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). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@971 6239d852-aaf2-0410-a92c-79f79f948069
-rw-r--r--testdata/testinput14
-rw-r--r--testdata/testoutput14
2 files changed, 8 insertions, 0 deletions
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