[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:22:09 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 7a5e93a08182d60af6c2585b228314d2f65f06fd
Author: Török Edvin <edwin at clamav.net>
Date:   Sat Mar 6 17:38:42 2010 +0200

    missing opcode.

diff --git a/libclamav/bytecode_vm.c b/libclamav/bytecode_vm.c
index 05c4522..1649ccb 100644
--- a/libclamav/bytecode_vm.c
+++ b/libclamav/bytecode_vm.c
@@ -793,6 +793,10 @@ int cli_vm_execute(const struct cli_bc *bc, struct cli_bc_ctx *ctx, const struct
 		ptr->una_u64 = v;
 		break;
 	    }
+	    DEFINE_OP(OP_BC_ISBIGENDIAN) {
+		WRITE8(inst->dest, WORDS_BIGENDIAN);
+		break;
+	    }
 	    /* TODO: implement OP_BC_GEP1, OP_BC_GEP2, OP_BC_GEPN */
 	    default:
 		cli_errmsg("Opcode %u of type %u is not implemented yet!\n",

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list