[Forensics-changes] [yara] 333/407: Remove extra semicolon

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:42 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 e82821d95a3f83db62ff3587a4c980b392aff49a
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Fri Jan 9 16:44:27 2015 +0100

    Remove extra semicolon
---
 libyara/modules/elf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/modules/elf.c b/libyara/modules/elf.c
index 83bcee0..9e5a7d3 100644
--- a/libyara/modules/elf.c
+++ b/libyara/modules/elf.c
@@ -127,7 +127,7 @@ void parse_elf_header_##bits(                                                  \
                                                                                \
     char* str_table = NULL;                                                    \
                                                                                \
-    if (section[elf->sh_str_table_index].offset < elf_size);                   \
+    if (section[elf->sh_str_table_index].offset < elf_size)                    \
       str_table = (char*) elf + section[elf->sh_str_table_index].offset;       \
                                                                                \
     for (int i = 0; i < elf->sh_entry_count; i++)                              \

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