http://bugzilla.spamassassin.org/show_bug.cgi?id=4621
------- Additional Comments From [EMAIL PROTECTED] 2005-10-11 16:43 -------
Ok, Tom, one more attempt to crash your perl :-)
In the last test script I uploaded as attachment #3174 make two changes:
Insert before the use HTML::Entities line
use bytes;
and insert after the call to decode_entities line:
$_ = pack('C0A*', $_);
Then see if that crashes your perl.
If it does, see if it still does when you use just "∂" for the original
string instead of the entire URI, or at least how much you can whittle away and
have it still crash.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.