http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4707
------- Additional Comments From [EMAIL PROTECTED] 2005-11-27 01:03 ------- This doesn't look exploitable, but it isn't very nice. It's the classic mistake when working with unsigned ints in C. Your patch will work, but I see another problem where m-raw[i-1] is referenced when i could still be == 0. Also I don't like using an arithmetic expression to subtract from an unsigned int when it isn't really necessary, so I'm going to commit a slightly different patch that cleans up a bit more. Thanks for catching this. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
