[Forensics-changes] [yara] 400/415: Fix wrong field name

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:28 UTC 2014


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

bengen pushed a commit to branch debian
in repository yara.

commit 2b8d07163731919342fe605697d1c2cefc98ba0c
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Thu Feb 13 11:14:02 2014 +0100

    Fix wrong field name
---
 libyara/proc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/proc.c b/libyara/proc.c
index 7c84bd2..986f5e6 100644
--- a/libyara/proc.c
+++ b/libyara/proc.c
@@ -79,7 +79,7 @@ int yr_process_get_memory(
 
   address = si.lpMinimumApplicationAddress;
 
-  while (address < si.MaximumApplicationAddress &&
+  while (address < si.lpMaximumApplicationAddress &&
          VirtualQueryEx(hProcess, address, &mbi, sizeof(mbi)) != 0)
   {
     if (mbi.State == MEM_COMMIT && ((mbi.Protect & PAGE_NOACCESS) == 0))

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