[Forensics-changes] [yara] 178/407: Fix wrong identifier

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:28:23 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 3455dc7af71d6d4ce1198c6783f488c0f5461831
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Fri Oct 31 11:41:38 2014 +0100

    Fix wrong identifier
---
 libyara/modules/pe.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libyara/modules/pe.c b/libyara/modules/pe.c
index 80d78c6..025c6c8 100644
--- a/libyara/modules/pe.c
+++ b/libyara/modules/pe.c
@@ -840,10 +840,9 @@ void pe_parse_certificates(
 
     for (int i = 0; i < sk_X509_num(certs); i++)
     {
-
       X509* cert = sk_X509_value(certs, i);
 
-      char string[256];
+      char buffer[256];
 
       X509_NAME_oneline(
           X509_get_issuer_name(cert), buffer, sizeof(buffer));

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