[Forensics-changes] [yara] 186/415: Fix issue with backtrack values don't fitting in a int8_t

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:03 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 8c11af5f4bfeb3568209bfcf75439b7bb47f958a
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Thu Jun 27 08:37:44 2013 +0000

    Fix issue with backtrack values don't fitting in a int8_t
---
 libyara/yara.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/yara.h b/libyara/yara.h
index 5603ade..d0ed1a8 100644
--- a/libyara/yara.h
+++ b/libyara/yara.h
@@ -305,7 +305,7 @@ typedef struct _EXTERNAL_VARIABLE
 
 typedef struct _AC_MATCH
 {
-  int8_t backtrack;
+  uint16_t backtrack;
 
   DECLARE_REFERENCE(STRING*, string);
   DECLARE_REFERENCE(struct _AC_MATCH*, next);

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