You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2009/11/09 20:47:00 UTC

[Bug 6225] Invalid numerical HTML entity crashes perl

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6225

--- Comment #7 from Mark Martinec <Ma...@ijs.si> 2009-11-09 11:46:58 UTC ---
Bug 6225: untaint the string in an attempt to work around
  a perl crash - a workaround for [perl #69973] bug:
    Invalid and tainted utf-8 char crashes perl 5.10.1 in regexp evaluation
  A regexp and a string should both be utf8, or none of them;
  untainting string also seems to avoid the crash.
Sending lib/Mail/SpamAssassin/PerMsgStatus.pm
Committed revision 834191.

-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.