diff options
author | Yves Orton <demerphq@gmail.com> | 2006-11-22 18:11:02 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-22 17:09:33 +0000 |
commit | 58e23c8d7d24dd08c87b5d56819ad45527176c15 (patch) | |
tree | 1ed907b4695e2e09aa8e20c637acf4ac4ac1c1f3 /regcomp.sym | |
parent | b775e6bae012223b0a5cf674d4a41f12f635fb75 (diff) | |
download | perl-58e23c8d7d24dd08c87b5d56819ad45527176c15.tar.gz |
\G with /g results in infinite loop in 5.6 and later
Message-ID: <9b18b3110611220811k1a54f650t1bd7c6a9450b0a7e@mail.gmail.com>
p4raw-id: //depot/perl@29354
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regcomp.sym b/regcomp.sym index d6b97d5c0b..656988e10b 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -182,7 +182,6 @@ SKIP VERB, no-sv 1 On failure skip forward (to the mark) before retrying COMMIT VERB, no-sv 1 Pattern fails outright if backtracking through this CUTGROUP VERB, no-sv 1 On failure go to the next alternation in the group - # NEW STUFF ABOVE THIS LINE -- Please update counts below. ################################################################################ |