[Forensics-changes] [yara] 72/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 52827eccf5829e2550f9e9fa60b4d7a4c54b3b63
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date: Thu Sep 24 10:32:41 2015 +0200
Fix infinite loop introduced in 11fd5e4784fa135cbdb64906cc628edb9e9d50ee
---
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 23de27e..bf76abf 100644
--- a/libyara/re_lexer.l
+++ b/libyara/re_lexer.l
@@ -274,7 +274,7 @@ hex_digit [0-9a-fA-F]
// [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