[Forensics-changes] [yara] 183/415: Increase stack size

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:03 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 f39edacd55be64f9bed474c63ac9e4878e4fd38a
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Wed Jun 26 15:02:28 2013 +0000

    Increase stack size
---
 libyara/exec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/exec.c b/libyara/exec.c
index 9ac3b1d..5e951c7 100644
--- a/libyara/exec.c
+++ b/libyara/exec.c
@@ -19,7 +19,7 @@ limitations under the License.
 
 #include "exec.h"
 
-#define STACK_SIZE 2048
+#define STACK_SIZE 4096
 
 
 #define push(x)  \

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