[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:04:07 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 6fa1a75be8ef7e5eeeb3b3c0b199a73ca23615b9
Author: Török Edvin <edwin at clamav.net>
Date:   Thu Sep 3 12:17:03 2009 +0300

    todo

diff --git a/libclamav/c++/bytecode2llvm.cpp b/libclamav/c++/bytecode2llvm.cpp
index 9171c62..e2f4d8b 100644
--- a/libclamav/c++/bytecode2llvm.cpp
+++ b/libclamav/c++/bytecode2llvm.cpp
@@ -764,6 +764,7 @@ int bytecode_init(void)
 // Called once when loading a new set of BC files
 int cli_bytecode_init_jit(struct cli_all_bc *bcs)
 {
+    //TODO: if !llvm_is_multi...
     bcs->engine = new(std::nothrow) struct cli_bcengine;
     if (!bcs->engine)
 	return CL_EMEM;

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list