[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:53:55 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 6a6a2ee96a6fcead88740db79386201ea95c65b0
Author: Török Edvin <edwin at clamav.net>
Date: Tue Jun 30 16:55:42 2009 +0300
add copy opcode.
diff --git a/libclamav/clambc.h b/libclamav/clambc.h
index 0dba92c..04126a7 100644
--- a/libclamav/clambc.h
+++ b/libclamav/clambc.h
@@ -66,6 +66,7 @@ enum bc_opcode {
OP_ICMP_SLT,
OP_SELECT,
OP_CALL_DIRECT,
+ OP_COPY,
OP_INVALID /* last */
};
@@ -82,6 +83,8 @@ static const unsigned char operand_counts[] = {
/* SELECT */
3,
/* CALLs have variable number of operands */
- 0
+ 0,
+ /* OP_COPY */
+ 2
};
#endif
--
Debian repository for ClamAV
More information about the Pkg-clamav-commits
mailing list