On Mon, 2004-12-06 at 07:25 +0100, Bernhard Erdmann wrote:

> > I should have said that you will need to do this with the
> > current version from CVS - my mistake!
> 
> Here's another segfault using clamd-devel:

I can't understand this, unless your clamd-devel is not the latest.


> #0  parseMimeHeader (m=0x84b0ba0,
>      cmd=0x85356ae "; 
> name=\"/usr/local/apache/htdocs/ftp/www.pressedienst.saarland.de/prd/anhaenge/anhang_6781.pdf\"",
>  
> rfc821Table=0x84aa5c8, arg=0x0)
>      at string2.h:1092
> #1  0x4002faac in parseEmailHeader (m=0x84b0ba0,
>      line=0x85356a0 "Content-Type", rfc821=0x84aa5c8) at mbox.c:1301

parseEmailHeader is calling parseMimeHeader with arg=0x0 yet around
line 1300 of mbox.c (without the comments) this code appears:

                if(arg)
                        ret = parseMimeHeader(m, cmd, rfc821, arg);

So either (a) your compiler is broken or (b) you are not using the
CVS version as requested.

-Nigel

-- 
Nigel Horne. Arranger, Composer, Typesetter.
NJH Music, Barnsley, UK.  ICQ#20252325
[EMAIL PROTECTED] http://www.bandsman.co.uk

_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to