On 19 September 2010 21:22, Father Chrysostomos <perlbug-followup@perl.org> wrote: > > It does not actually introduce a bug, as far as I can tell, but it has the potential to make future refactorings cause SEGVs, as it uses PL_op without checking it first. > > The attached patch rectifies this. > > From: Father Chrysostomos <sprout@cpan.org> > > Don’t use PL_op without checking it first. > > --- blead-45549-warn3/doio.c.orig 2010-08-08 18:25:47.000000000 -0700 Thanks, applied to bleadperl.Thread Previous