[Forensics-changes] [yara] 108/415: Fix bug in populate_hash_table

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:42:51 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 54e25e84c49e975591b4cf86bebb72c4c7fdea32
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Tue Aug 2 16:47:26 2011 +0000

    Fix bug in populate_hash_table
---
 libyara/scan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/scan.c b/libyara/scan.c
index c0ccba3..ea04153 100644
--- a/libyara/scan.c
+++ b/libyara/scan.c
@@ -420,7 +420,7 @@ int populate_hash_table(HASH_TABLE* hash_table, RULE_LIST* rule_list)
                 if (string->mask[0] == 0xFF) 
                     first[fcount++] = string->string[0];
                 
-                if (string->mask[1] == 0xFF);
+                if (string->mask[1] == 0xFF)
                     second[scount++] = string->string[1];
             }
             else 

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