On Fri, Mar 30, 2007 at 10:53:22AM +0300, Niko Tyni wrote:
> On Tue, Nov 28, 2006 at 01:51:03PM +0200, Niko Tyni wrote:
> > Package: perl
> > Version: 5.8.8-6.1
> > Severity: normal
> >
> > Here's a reproducable segfault that occurs with Request Tracker inside
> > the Text::Tabs module. A minimal testcase is:
> >
> > #!/usr/bin/perl -w
> > use strict;
> > use Encode;
> > my $s = "\x{c3}\x{84}\x{54}\x{c3}\x{84}\x{5c}\x{9}";
> > $_ = Encode::decode('utf8', $s);
> > s{\t}{pos()}e;
>
> This is the same as #385123, so merging.
>
> It's rt.perl.org #39893 and #40989 and fixed in bleadperl.
Just verified that this is fixed in 5.10.0-3 from experimental.
Cheers,
--
Niko Tyni [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]