https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6143
--- Comment #26 from Daniel J McDonald <[email protected]> 2009-07-07 12:46:27 PST --- (In reply to comment #25) > (in reply to comment #24) > > Sigh. How is the code in scanner1.c different now from when it segfaulted? diff -u /tmp/.spamassassin19043yy3FjMtmp/Mail-SpamAssassin-CompiledRegexps-body_0/scanner1.c /tmp/.spamassassin5004X1lz2qtmp/Mail-SpamAssassin-CompiledRegexps-body_0/scanner1.c --- /tmp/.spamassassin19043yy3FjMtmp/Mail-SpamAssassin-CompiledRegexps-body_0/scanner1.c 2009-07-07 07:12:47.000000000 -0500 +++ /tmp/.spamassassin5004X1lz2qtmp/Mail-SpamAssassin-CompiledRegexps-body_0/scanner1.c 2009-07-06 07:43:09.000000000 -0500 @@ -1,4 +1,4 @@ -/* Generated by re2c 0.12.0 on Tue Jul 7 07:12:47 2009 */ +/* Generated by re2c 0.12.0 on Mon Jul 6 07:43:09 2009 */ #define NULL ((char*) 0) #define YYCTYPE unsigned char #define YYCURSOR *p @@ -10,7 +10,7 @@ allow "abcdef" to return both "abc" and "cde" as tokens */ #define RET(x) { YYCURSOR = YYMARKER; return (x); } char *Mail_SpamAssassin_CompiledRegexps_body_0_scan1(unsigned char **p){ -unsigned char *q = *p; +unsigned char *q; { { -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
