[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 00:56:05 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit f98c07e5b4e6f50ada35b9e8d75d931a2b8648b1
Author: Török Edvin <edwin at clamav.net>
Date:   Mon Jul 6 14:13:42 2009 +0300

    Add more opcodes.

diff --git a/libclamav/clambc.h b/libclamav/clambc.h
index 04126a7..43cd4bc 100644
--- a/libclamav/clambc.h
+++ b/libclamav/clambc.h
@@ -67,6 +67,11 @@ enum bc_opcode {
   OP_SELECT,
   OP_CALL_DIRECT,
   OP_COPY,
+  OP_GEP1,
+  OP_GEP2,
+  OP_GEPN,
+  OP_STORE,
+  OP_LOAD,
   OP_INVALID /* last */
 };
 
@@ -85,6 +90,8 @@ static const unsigned char operand_counts[] = {
   /* CALLs have variable number of operands */
   0,
   /* OP_COPY */
-  2
+  2,
+  /* OP_GEP1, OP_GEP2, OP_GEPN, OP_STORE, OP_LOAD*/
+  2, 3, 0, 2, 1
 };
 #endif

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list