aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/pcre/pcre_compile.c
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2018-08-07 18:49:26 +0200
committerRickard Green <[email protected]>2018-08-08 14:00:32 +0200
commit384e8b3b36c6c8ced0778cab9e1569ed0b55e09a (patch)
tree4c3f950d2c5004bcde208291b7d06b1ba2290141 /erts/emulator/pcre/pcre_compile.c
parent4664de710ded469916fcc8f85d4e9791adc319e9 (diff)
downloadotp-384e8b3b36c6c8ced0778cab9e1569ed0b55e09a.tar.gz
otp-384e8b3b36c6c8ced0778cab9e1569ed0b55e09a.tar.bz2
otp-384e8b3b36c6c8ced0778cab9e1569ed0b55e09a.zip
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.c2
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;