[Forensics-changes] [yara] 12/17: Increase RE_MAX_AST_LEVELS from 1000 to 2000.

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:32:44 UTC 2017


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

bengen pushed a commit to annotated tag v3.6.1
in repository yara.

commit 5e2d2798048dbba3aa8428aa563c0ebfbae37027
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Mon May 29 16:56:39 2017 +0200

    Increase RE_MAX_AST_LEVELS from 1000 to 2000.
---
 libyara/include/yara/limits.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/include/yara/limits.h b/libyara/include/yara/limits.h
index 8062913..ae4d1ac 100644
--- a/libyara/include/yara/limits.h
+++ b/libyara/include/yara/limits.h
@@ -83,6 +83,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #define RE_MAX_FIBERS                   1024
 
 // Maximum number of levels in regexp's AST
-#define RE_MAX_AST_LEVELS               1000
+#define RE_MAX_AST_LEVELS               2000
 
 #endif

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