summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-03-27 17:48:28 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-03-27 17:48:28 +0000
commite97ec7dc839022a3efe740c532ea3e67e4446430 (patch)
treebc74f5185a07196c9dcbc2f692946438bad4b663 /testdata
parentef430ada283aba3ff71d7de496904f4d137280f8 (diff)
downloadpcre-e97ec7dc839022a3efe740c532ea3e67e4446430.tar.gz
Fix mutual recursion inside other groups stack overflow bug.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1537 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput22
-rw-r--r--testdata/testoutput22
2 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index fb928e9..40593e3 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -4134,4 +4134,6 @@ backtracking verbs. --/
bbb
aaa
+"((?2)+)((?1))"
+
/-- End of testinput2 --/
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 70634a2..28937c8 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -14343,4 +14343,6 @@ Matched, but too many substrings
aaa
No match
+"((?2)+)((?1))"
+
/-- End of testinput2 --/