[LLVMdev] LNT ClamAV - Sorting output

Török Edwin edwin+ml-debian at etorok.net
Wed Apr 3 00:12:59 PDT 2013


On 04/03/2013 01:20 AM, Renato Golin wrote:
> Hi Torok,
> 
> I've used a hard-coded list on the input parameter and still got some output (slightly) scrambled between two different bots...
> 
> I though the dbdir could be the culprit, but it has only one file. Attached is the output of both.
> 

The version of ClamAV in the LLVM test-suite is quite old, and it first unpacks the database file, and then loads each one (newer versions
would load the database directly, without unpacking to a tmpdir):

Loading databases from %s
in cli_cvdload()
MD5(.tar.gz) = %s
in cli_untgz()
cli_untgz: Unpacking %s
cli_untgz: Unpacking %s

As a quick workaround you could remove the daily.cvd from the dbdir and put just a file called: "empty.pdb".
You wouldn't be testing ClamAV's digital signature checking code then, but everything else should still work.

--Edwin



More information about the llvm-dev mailing list