[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Seg fault with HTML::Parser



> The test case is now down to:
> 
>   use HTML::Parser;
>   my $x = HTML::Parser->new(api_version => 3);
>   $x->handler(end => sub { push(@row, (1) x 505); 1 },   "");
>   $x->parse("</TD>");

I get the same behavior.  It works with 504 bytes and fails with 505.

KEN

-- 
Kenneth J. Pronovici <pronovic@debian.org>

Attachment: pgpvoVs_ukSAc.pgp
Description: PGP signature


Reply to: