[Forensics-changes] [yara] 129/415: Fix bug introduced in r144

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:42:54 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 2932e3ac02b1eac3368101cd0662f60cdb05c68e
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Fri Apr 27 10:10:13 2012 +0000

    Fix bug introduced in r144
---
 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 ade75e5..6dc5325 100644
--- a/yara-python/yara-python.c
+++ b/yara-python/yara-python.c
@@ -159,7 +159,7 @@ static PyObject * Match_NEW(const char* rule, const char* ns, PyObject* tags, Py
         
         Py_INCREF(tags);
         Py_INCREF(meta);
-        Py_INCREF(tags);
+        Py_INCREF(strings);
     } 
       
     return (PyObject *)object;

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