[Forensics-changes] [yara] 77/407: Remove unnecessary assignment.

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:11 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 55c0280cbb4d6ee6faa6233c4a41f2bcc4032124
Author: Wesley Shields <wxs at atarininja.org>
Date:   Mon Oct 6 20:56:11 2014 -0400

    Remove unnecessary assignment.
---
 libyara/modules/pe.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libyara/modules/pe.c b/libyara/modules/pe.c
index 4f733e4..c45dbde 100644
--- a/libyara/modules/pe.c
+++ b/libyara/modules/pe.c
@@ -2360,7 +2360,6 @@ define_function(imphash)
         first = 0;
       } else {
         asprintf(&final_name, ",%s.%s", dll_name, cur_func_node->name);
-        first = 0;
       }
 
       // Lowercase the whole thing.

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