search for: cli_untgz

Displaying 3 results from an estimated 3 matches for "cli_untgz".

2013 Apr 03
0
[LLVMdev] LNT ClamAV - Sorting output
...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
2013 Apr 02
3
[LLVMdev] LNT ClamAV - Sorting output
Hi Torok, I've used a hard-coded list on the input parameter and still got some output (slightly) scrambled between two different bots... INPUT = $(PROJ_SRC_DIR)/inputs/clam.cab \ $(PROJ_SRC_DIR)/inputs/clamdoc.tar.gz \ $(PROJ_SRC_DIR)/inputs/clam.exe \ $(PROJ_SRC_DIR)/inputs/clam.exe.bz2 \ $(PROJ_SRC_DIR)/inputs/clam-v2.rar \
2013 Apr 15
2
[LLVMdev] LNT ClamAV - Sorting output
...metrics - should we update to a more recent version? > 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...