Bug#869777: yara tests fail on ARM32, when run on a 64bit kernel

2018-02-04 Thread Steve Langasek
Package: yara Followup-For: Bug #869777 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu bionic ubuntu-patch Hi Hilko, I've applied the following patch to yara in Ubuntu which fixes the non-portable alignment assumptions. This should be reasonably performant with modern gcc on

Bug#869777: yara tests fail on ARM32, when run on a 64bit kernel

2017-07-26 Thread Matthias Klose
Package: src:yara Version: 3.6.3+dfsg-1 Forwarded: https://github.com/VirusTotal/yara/issues/716 Tags: upstream yara tests fail on ARM32, when run on a 64bit kernel. This turns out to be because the codebase is full of code that assumes unaligned access is OK, for example stuff like this