On Mon, 31 Dec 2007 20:45:48 +0000 (GMT)
Andy Fiddaman <[EMAIL PROTECTED]> wrote:

> Does anyone know the status of the new support for .cld files in the SVN
> code?
>
> I've been playing with the latest SVN code on a development box and I'm
> having problems with the new .cld container files. Everything's fine until
> an incremental update occurs then a .cld file appears and clamd exits due
> to a corrupt database.

Hi Andy,

support for .cld files is still experimental and not fully finished, but
clamd shouldn't have such problems. I couldn't reproduce it on my local box;
does it fix the problem if you change this line in readdb.c:

ret = cli_cvdload(fs, engine, signo, warn, options | CL_DB_CVDNOTMP, 1);

to

ret = cli_cvdload(fs, engine, signo, warn, options, 1);

Thanks,

-- 
   oo    .....         Tomasz Kojm <[EMAIL PROTECTED]>
  (\/)\.........         http://www.ClamAV.net/gpg/tkojm.gpg
     \..........._         0DCA5A08407D5288279DB43454822DC8985A444B
       //\   /\              Thu Jan  3 00:01:07 CET 2008
_______________________________________________
http://lurker.clamav.net/list/clamav-devel.html
Please submit your patches to our Bugzilla: http://bugs.clamav.net

Reply via email to