[Forensics-changes] [yara] 231/407: Initialize timeout with a large number

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:29 UTC 2017


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

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

commit cce7c5da354178e60d9cb6e1a8933242018b2f19
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Thu Nov 27 11:14:00 2014 +0100

    Initialize timeout with a large number
---
 yara.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yara.c b/yara.c
index 58fbe40..4cf9439 100644
--- a/yara.c
+++ b/yara.c
@@ -107,7 +107,7 @@ int fast_scan = FALSE;
 int negate = FALSE;
 int count = 0;
 int limit = 0;
-int timeout = 0;
+int timeout = 1000000;
 int threads = 8;
 
 

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