[Forensics-changes] [yara] 11/15: Fix issue #685

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:33:22 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 cc45472af4dfe0d6f1604517e1ebeafc9d39ab66
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Mon Jun 26 18:04:06 2017 +0200

    Fix issue #685
---
 libyara/re_lexer.l | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libyara/re_lexer.l b/libyara/re_lexer.l
index 652c528..c55ba72 100644
--- a/libyara/re_lexer.l
+++ b/libyara/re_lexer.l
@@ -601,6 +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';
 
   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