summaryrefslogtreecommitdiff
path: root/testdata/testoutput10
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-02-07 17:59:37 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-02-07 17:59:37 +0000
commit5a5285b1066d191d22eb858cbc9862b6e044ca9e (patch)
tree20c36c6eeaf5b231039058d647887b18f53f4027 /testdata/testoutput10
parent487b40a76ece9c5e9115cb5f630e734145f937fa (diff)
downloadpcre2-5a5285b1066d191d22eb858cbc9862b6e044ca9e.tar.gz
Previout bug-fix was bad. This properly fixes an overrun while reading a
Unicode group name. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1069 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput10')
-rw-r--r--testdata/testoutput106
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testoutput10 b/testdata/testoutput10
index 724b8bc..dfecda1 100644
--- a/testdata/testoutput10
+++ b/testdata/testoutput10
@@ -1645,4 +1645,10 @@ Failed: error 148 at offset 36: subpattern name is too long (maximum 32 code uni
/(?'ABZC6789012345678901234567890123'...)/utf
+/(?(n/utf
+Failed: error 142 at offset 4: syntax error in subpattern name (missing terminator?)
+
+/(?(รก/utf
+Failed: error 142 at offset 5: syntax error in subpattern name (missing terminator?)
+
# End of testinput10