[Forensics-changes] [yara] 333/415: Rename function

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:21 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 e0862e2141339bd310883e24c3162705a20ff4e8
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date:   Sun Dec 22 14:02:16 2013 +0100

    Rename function
---
 libyara/rules.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libyara/rules.c b/libyara/rules.c
index 82fefbe..d649a60 100644
--- a/libyara/rules.c
+++ b/libyara/rules.c
@@ -394,7 +394,7 @@ void _yr_scan_remove_match_from_list(
 }
 
 
-int _yr_scan_handle_chained_matches(
+int _yr_scan_verify_chained_string_match(
     YR_ARENA* matches_arena,
     YR_STRING* matching_string,
     uint8_t* match_data,
@@ -592,7 +592,7 @@ int _yr_scan_match_callback(
 
   if (STRING_IS_CHAIN_PART(string))
   {
-    result = _yr_scan_handle_chained_matches(
+    result = _yr_scan_verify_chained_string_match(
         callback_args->matches_arena,
         string,
         match_data,

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