summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-06-11 07:37:29 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-06-11 07:37:29 +0000
commit12d1b642e4fc9a29240ef519e26cabe6d8290630 (patch)
tree59c3a64337efbcaf04f65c67bba6376fb2196bf9 /testdata
parent223899c5055f2f9def65be3132a11e6f2fbd3776 (diff)
downloadpcre2-12d1b642e4fc9a29240ef519e26cabe6d8290630.tar.gz
Fix minor oversight in previous patch. Fixes clusterfuzz 15199.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1102 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput22
-rw-r--r--testdata/testoutput23
2 files changed, 5 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index 5dfdad5..22d16ec 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -5603,4 +5603,6 @@ a)"xI
abc
axy
+/(*:\)?/
+
# End of testinput2
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 1b6eb21..c292dc8 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -16959,6 +16959,9 @@ Failed: error 197 at offset 131075: too many capturing groups (maximum 65535)
0: a
MK: XX
+/(*:\)?/
+Failed: error 109 at offset 5: quantifier does not follow a repeatable item
+
# End of testinput2
Error -70: PCRE2_ERROR_BADDATA (unknown error number)
Error -62: bad serialized data