summaryrefslogtreecommitdiff
path: root/pcre_jit_compile.c
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-09-02 08:50:31 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-09-02 08:50:31 +0000
commitd98a87182509eb50a5277f0d6e5465dc6bfeea3b (patch)
treef4be7c889e16245ddc898d408793465685566bcc /pcre_jit_compile.c
parentef392aca5d02cf8bcf198c9946c2bb171d012c77 (diff)
downloadpcre-d98a87182509eb50a5277f0d6e5465dc6bfeea3b.tar.gz
A match limit issue is fixed in JIT.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1599 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_jit_compile.c')
-rw-r--r--pcre_jit_compile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pcre_jit_compile.c b/pcre_jit_compile.c
index aa1b6cb..f85912d 100644
--- a/pcre_jit_compile.c
+++ b/pcre_jit_compile.c
@@ -8483,8 +8483,7 @@ while (cc < ccend)
OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), STACK(1), STR_PTR, 0);
}
BACKTRACK_AS(braminzero_backtrack)->matchingpath = LABEL();
- if (cc[1] > OP_ASSERTBACK_NOT)
- count_match(common);
+ count_match(common);
break;
case OP_ONCE: