[Forensics-changes] [yara] 50/135: Fix bug in PE module caused by misplaced break

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:27:31 UTC 2017


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

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

commit a9dd9e436c393f54f0ba2864bfeae457e751143a
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Mon Jul 7 13:57:32 2014 +0200

    Fix bug in PE module caused by misplaced break
---
 libyara/modules/pe.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libyara/modules/pe.c b/libyara/modules/pe.c
index c570d3c..0772655 100644
--- a/libyara/modules/pe.c
+++ b/libyara/modules/pe.c
@@ -322,8 +322,6 @@ int module_load(
 
         break;
       }
-
-      break;
     }
   }
 

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