[Forensics-changes] [yara] 335/407: Remove old line I was using for debugging.
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 cfbe12503e9254cc927bbf260db496c31a2f29cd
Author: Wesley Shields <wxs at atarininja.org>
Date: Fri Jan 9 21:22:50 2015 -0500
Remove old line I was using for debugging.
---
libyara/modules/pe.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libyara/modules/pe.c b/libyara/modules/pe.c
index ac1530a..67663d2 100644
--- a/libyara/modules/pe.c
+++ b/libyara/modules/pe.c
@@ -1182,7 +1182,6 @@ define_function(section_index_addr)
int64_t offset = get_integer(module, "sections[%i].raw_data_offset", i);
int64_t size = get_integer(module, "sections[%i].raw_data_size", i);
- SIZED_STRING* sect = get_string(module, "sections[%i].name", i);
if (addr >= offset && addr < offset + size)
return_integer(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