[Forensics-changes] [yara] 381/415: Added a missing return.

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:26 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 46c94cd4d0db9845a47af82105d7b80d621db9d1
Author: msuvajac <msuvajac at gmail.com>
Date:   Tue Jan 21 11:12:13 2014 +0100

    Added a missing return.
---
 libyara/exec.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libyara/exec.c b/libyara/exec.c
index 05c8e6f..cabf936 100644
--- a/libyara/exec.c
+++ b/libyara/exec.c
@@ -550,4 +550,6 @@ int yr_execute_code(
 
   // After executing the code the stack should be empty.
   assert(sp == 0);
+
+  return ERROR_SUCCESS;
 }

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