Skip to content

Commit

Permalink
Fix bug #74087
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed Jul 5, 2017
1 parent e8b7698 commit f7f4fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pcre/pcrelib/pcre_jit_compile.c
Original file line number Diff line number Diff line change
Expand Up @@ -7307,7 +7307,7 @@ if (opcode == OP_COND || opcode == OP_SCOND)

if (*matchingpath == OP_FAIL)
stacksize = 0;
if (*matchingpath == OP_RREF)
else if (*matchingpath == OP_RREF)
{
stacksize = GET2(matchingpath, 1);
if (common->currententry == NULL)
Expand Down

0 comments on commit f7f4fd4

Please sign in to comment.