[Forensics-changes] [yara] 165/415: Fix bug in yara-python

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:01 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 8be26a7c39e4240cbf9a0e9a0efd6ce838e43fb7
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Tue May 28 16:09:12 2013 +0000

    Fix bug in yara-python
---
 yara-python/yara-python.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yara-python/yara-python.c b/yara-python/yara-python.c
index 3670ffa..0ee5ecc 100644
--- a/yara-python/yara-python.c
+++ b/yara-python/yara-python.c
@@ -774,7 +774,7 @@ static PyObject * Rules_match(
         if (error == ERROR_CALLBACK_ERROR)
           return NULL;
         else
-          return handle_error(error, NULL);
+          return handle_error(error, filepath);
       }
     }
     else if (data != 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