[Forensics-changes] [yara] 12/15: Fix issue with previous commit

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:33:23 UTC 2017


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

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

commit 7c333658140b629583f902ee07d663e2975291d7
Author: Victor Manuel Alvarez <vmalvarez at vmalvarez-macbookpro.roam.corp.google.com>
Date:   Mon Jun 26 18:10:08 2017 +0200

    Fix issue with previous commit
---
 libyara/re_lexer.l | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/re_lexer.l b/libyara/re_lexer.l
index c55ba72..4d14edd 100644
--- a/libyara/re_lexer.l
+++ b/libyara/re_lexer.l
@@ -601,7 +601,7 @@ int yr_parse_re_string(
   RE_LEX_ENVIRONMENT lex_env;
 
   lex_env.last_error_code = ERROR_SUCCESS;
-  lex_env.last_error_message = '\0';
+  lex_env.last_error_message[0] = '\0';
 
   yr_thread_storage_set_value(&yr_recovery_state_key, &recovery_state);
 

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