http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5766
------- Additional Comments From [EMAIL PROTECTED] 2008-01-09 03:08 -------
I've just checked; these are already fixed in trunk:
PREINIT:
char *match;
unsigned char *cursor;
unsigned char *pstart;
unsigned char *pend;
STRLEN plen;
AV *results;
(no "int i")
cursor = pstart;
while (cursor < pend) {
while ((match = ${funcname} (\&cursor)) != NULL) {
split_and_add(results, match);
}
}
(note use of != NULL)
I'm not too pushed about backport to fix them in 3.2.x, but if anyone wants to
do that, go for it.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.