[Forensics-changes] [yara] 73/368: Fix infinite loop introduced in 11fd5e4784fa135cbdb64906cc628edb9e9d50ee

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:12 UTC 2017


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

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

commit f718c521c8afbded815f2539f3d70cb326f580ab
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date:   Thu Sep 24 10:35:41 2015 +0200

    Fix infinite loop introduced in 11fd5e4784fa135cbdb64906cc628edb9e9d50ee
---
 libyara/re_lexer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/re_lexer.c b/libyara/re_lexer.c
index 21bd76e..ab5b496 100644
--- a/libyara/re_lexer.c
+++ b/libyara/re_lexer.c
@@ -1122,7 +1122,7 @@ YY_RULE_SETUP
   //  [abc0-9]
   //      ^- matching here
 
-  uint8_t c;
+  uint16_t c;
   uint8_t start = yytext[0];
   uint8_t end = yytext[2];
 

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