[Forensics-changes] [yara] 01/368: Fixed structure member name typo.

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:04 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 df57f018aea973618a0b530defd7b9ea39954827
Author: msuvajac <msuvajac at gmail.com>
Date:   Tue Feb 4 08:49:38 2014 +0100

    Fixed structure member name typo.
---
 libyara/proc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/proc.c b/libyara/proc.c
index 124dd5a..16edde2 100644
--- a/libyara/proc.c
+++ b/libyara/proc.c
@@ -80,7 +80,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