diff options
author | Rickard Green <[email protected]> | 2018-09-06 15:33:16 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2018-09-06 15:33:16 +0200 |
commit | d4d6ed058530e5db26782dea4a0fd62c2d1098c4 (patch) | |
tree | 3959e2acd0940d4ab2b48019a94aa7881c755fda /erts/emulator/pcre/pcre_compile.c | |
parent | db0ebbb8e7eb02b78bce9e87ab67ae15d6d65ff3 (diff) | |
parent | 384e8b3b36c6c8ced0778cab9e1569ed0b55e09a (diff) | |
download | otp-d4d6ed058530e5db26782dea4a0fd62c2d1098c4.tar.gz otp-d4d6ed058530e5db26782dea4a0fd62c2d1098c4.tar.bz2 otp-d4d6ed058530e5db26782dea4a0fd62c2d1098c4.zip |
Merge branch 'rickard/pcre-8.42/OTP-15217' into maint
* rickard/pcre-8.42/OTP-15217:
Update PCRE from version 8.41 to version 8.42
Diffstat (limited to 'erts/emulator/pcre/pcre_compile.c')
-rw-r--r-- | erts/emulator/pcre/pcre_compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/pcre/pcre_compile.c b/erts/emulator/pcre/pcre_compile.c index e79284ab79..ae7f6e2a2a 100644 --- a/erts/emulator/pcre/pcre_compile.c +++ b/erts/emulator/pcre/pcre_compile.c @@ -8061,7 +8061,7 @@ for (;; ptr++) single group (i.e. not to a duplicated name. */ HANDLE_REFERENCE: - if (firstcharflags == REQ_UNSET) firstcharflags = REQ_NONE; + if (firstcharflags == REQ_UNSET) zerofirstcharflags = firstcharflags = REQ_NONE; previous = code; item_hwm_offset = cd->hwm - cd->start_workspace; *code++ = ((options & PCRE_CASELESS) != 0)? OP_REFI : OP_REF; |