[Forensics-changes] [yara] 359/368: Fix typo

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:58 UTC 2017


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

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

commit 9191c306049cf15b0d70d3895141874ce636c73b
Author: plusvic <plusvic at gmail.com>
Date:   Sat Jul 2 18:47:05 2016 +0200

    Fix typo
---
 libyara/modules/pe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/modules/pe.c b/libyara/modules/pe.c
index 14d2245..20103de 100644
--- a/libyara/modules/pe.c
+++ b/libyara/modules/pe.c
@@ -2522,7 +2522,7 @@ int module_load(
     if (block_data == NULL)
       continue;
 
-    Ppe_header = pe_get_header(block_data, block->size);
+    pe_header = pe_get_header(block_data, block->size);
 
     if (pe_header != NULL)
     {

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