[Forensics-changes] [yara] 408/415: Increase MAX_STRING_MATCHES

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository yara.

commit 101b0a2ba01f625c2ae226caf5e02cc188a17b5b
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Wed Mar 5 11:36:51 2014 +0100

    Increase MAX_STRING_MATCHES
---
 libyara/yara.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/yara.h b/libyara/yara.h
index 9fa9cc4..d4a275e 100644
--- a/libyara/yara.h
+++ b/libyara/yara.h
@@ -102,7 +102,7 @@ typedef int32_t tidx_mask_t;
 #define LOOP_LOCAL_VARS     4
 #define MAX_LOOP_NESTING    4
 #define MAX_INCLUDE_DEPTH   16
-#define MAX_STRING_MATCHES  5000
+#define MAX_STRING_MATCHES  1000000
 
 #define STRING_CHAINING_THRESHOLD 200
 #define LEX_BUF_SIZE  1024

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list