TRIE must use 'yes' state transitions when more than one match possible to ensure...
authorMarcus Holland-Moritz <mhx-perl@gmx.net>
Sat, 18 Aug 2007 01:55:37 +0000 (03:55 +0200)
committerYves Orton <demerphq@gmail.com>
Sat, 18 Aug 2007 11:15:19 +0000 (11:15 +0000)
commit6b1735164b8763a48a594aea37552f0f17eeeba5
tree3a6f7666010673e332bb9b3c7ae882a764fca98d
parentf233d283603b2a797a715547dc8cd2f426ef349f
TRIE must use 'yes' state transitions when more than one match possible to ensure proper scope cleanup.

Fix and test for issue raised in:

Subject: Very strange interaction between regex and lexical array in blead
Message-ID: <20070818015537.0088db31@r2d2>

p4raw-id: //depot/perl@31733
regexec.c
regnodes.h
t/op/pat.t