This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The optree builder was looping when constructing the ops
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 7 Apr 2004 07:37:59 +0000 (07:37 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 7 Apr 2004 07:37:59 +0000 (07:37 +0000)
commite3c9a8b9e0e8ab67833a50cc3f37939286b04437
tree3d5174957e9209e5f2e65cbc99cbd32f7badba2d
parent61e439284aa29a738760ac931108bca0443afe32
The optree builder was looping when constructing the ops
for a map/grep block containing a while(1).
(Bug reported by Pixel.)

p4raw-id: //depot/perl@22667
op.c
t/op/grep.t