summaryrefslogtreecommitdiff
path: root/testdata/testinput2
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-07-06 08:42:50 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-07-06 08:42:50 +0000
commite028e5213bc5aba9f835eb702aa9beafc3838176 (patch)
treea2b4cfeb3533bac8931128048ec5c6d793d84f9c /testdata/testinput2
parentc9290e0e852d5af7a209d154c32135286da2d4c4 (diff)
downloadpcre2-e028e5213bc5aba9f835eb702aa9beafc3838176.tar.gz
Detect overflow in pcre2test pattern and subject repetition counts.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@544 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput2')
-rw-r--r--testdata/testinput26
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index fa35d40..9d0759f 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -4813,4 +4813,10 @@ a)"xI
\= Expect no match
abc
+/aaa/
+\[abc]{10000000000000000000000000000}
+\[a]{3}
+
+/\[AB]{6000000000000000000000}/expand
+
# End of testinput2