[Forensics-changes] [yara] 246/415: Fix issue 83

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:10 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 68610d42b9a938cabe1e39ae429bbc620625bd0d
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Mon Nov 25 12:08:50 2013 +0100

    Fix issue 83
---
 yara.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yara.c b/yara.c
index 96b01f8..2894ab9 100644
--- a/yara.c
+++ b/yara.c
@@ -399,7 +399,7 @@ int process_cmd_line(YARA_CONTEXT* context, int argc, char const* argv[])
 {
     char* equal_sign;
     char* value;
-    char c;
+    int c;
     TAG* tag;
     IDENTIFIER* identifier;
     opterr = 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