On Thu, 3 Jan 2008, Tomasz Kojm wrote: ; 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);
Yes, that does fix it which narrows down where the problem is. I'll dig around and see if I can find out what's happening, I just didn't want to spend the time if it was something you already knew about. Thanks, Andy _______________________________________________ http://lurker.clamav.net/list/clamav-devel.html Please submit your patches to our Bugzilla: http://bugs.clamav.net
