[Forensics-changes] [yara] 146/160: Add missing typecast

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:29:27 UTC 2017


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

bengen pushed a commit to annotated tag v3.4.0
in repository yara.

commit 79b953c75b1a99e247e51ac2598d4667d635c824
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Thu Jun 4 18:29:58 2015 +0200

    Add missing typecast
---
 libyara/rules.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/rules.c b/libyara/rules.c
index 2681b34..1ba0384 100644
--- a/libyara/rules.c
+++ b/libyara/rules.c
@@ -193,7 +193,7 @@ void _yr_rules_clean_matches(
     (*string)->unconfirmed_matches[tidx].head = NULL;
     (*string)->unconfirmed_matches[tidx].tail = NULL;
 
-    string = yr_arena_next_address(
+    string = (YR_STRING**) yr_arena_next_address(
         context->matching_strings_arena,
         string,
         sizeof(string));

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