[Forensics-changes] [yara] 332/368: Change type of SIZED_STRING's length to uint32_t

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:55 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 7ff47de1c579051233f28dd03e19755de3549246
Author: plusvic <plusvic at gmail.com>
Date:   Mon Jun 20 12:09:42 2016 +0200

    Change type of SIZED_STRING's length to uint32_t
---
 libyara/include/yara/sizedstr.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libyara/include/yara/sizedstr.h b/libyara/include/yara/sizedstr.h
index b4182f8..b2acad9 100644
--- a/libyara/include/yara/sizedstr.h
+++ b/libyara/include/yara/sizedstr.h
@@ -35,8 +35,9 @@ limitations under the License.
 
 typedef struct _SIZED_STRING
 {
-  uint64_t length;
+  uint32_t length;
   uint32_t flags;
+  
   char c_string[1];
 
 } SIZED_STRING;

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