[Forensics-changes] [yara] 03/15: Increase RE_MAX_AST_LEVELS as discussed in https://github.com/VirusTotal/yara/issues/674

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:33:21 UTC 2017


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

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

commit 2e63ae5c3f86210b33130d529922ea41b6b622f5
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Tue Jun 6 19:17:06 2017 +0200

    Increase RE_MAX_AST_LEVELS as discussed in https://github.com/VirusTotal/yara/issues/674
---
 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 ae4d1ac..1a13da4 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               2000
+#define RE_MAX_AST_LEVELS               3000
 
 #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