[Forensics-changes] [yara] 275/415: Increase MAX_FAST_HEX_RE_STACK

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:14 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 f06a6b60018d99e19acecfc032288ea6444f02e3
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Tue Dec 3 10:46:11 2013 +0100

    Increase MAX_FAST_HEX_RE_STACK
---
 libyara/rules.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/rules.c b/libyara/rules.c
index b1d697e..509c08d 100644
--- a/libyara/rules.c
+++ b/libyara/rules.c
@@ -153,7 +153,7 @@ inline int _yr_scan_wicompare(
 // matching in a faster way.
 //
 
-#define MAX_FAST_HEX_RE_STACK 200
+#define MAX_FAST_HEX_RE_STACK 300
 
 int _yr_scan_fast_hex_re_exec(
     uint8_t* code,

-- 
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