[Forensics-changes] [yara] 273/368: Increase RE_MAX_FIBERS
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:30:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.5.0
in repository yara.
commit 45c586f590ca33508d9ffa1b5f6d3bc2b0f61025
Author: plusvic <plusvic at gmail.com>
Date: Thu May 12 16:29:15 2016 +0200
Increase RE_MAX_FIBERS
---
libyara/re.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libyara/re.c b/libyara/re.c
index 22d4c7f..2630623 100644
--- a/libyara/re.c
+++ b/libyara/re.c
@@ -54,7 +54,7 @@ order to avoid confusion with operating system threads.
#define RE_SCAN_LIMIT 4096
// Maxium number of fibers
-#define RE_MAX_FIBERS 64
+#define RE_MAX_FIBERS 1024
#define EMIT_BACKWARDS 0x01
--
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