diff options
author | Pascal Quantin <pascal.quantin@gmail.com> | 2015-02-12 09:07:02 +0100 |
---|---|---|
committer | Pascal Quantin <pascal.quantin@gmail.com> | 2015-02-12 16:37:55 +0000 |
commit | bdcac172eaa2ec4998c9f2775e691460b9b7a2d0 (patch) | |
tree | fce8f3fc4cee653f0edfe8ed93f1133474e66ea8 /docbook/wsdg_src | |
parent | 678a9b6463b3661660da2e8a99781332c23cf78c (diff) | |
download | wireshark-bdcac172eaa2ec4998c9f2775e691460b9b7a2d0.tar.gz wireshark-bdcac172eaa2ec4998c9f2775e691460b9b7a2d0.tar.bz2 wireshark-bdcac172eaa2ec4998c9f2775e691460b9b7a2d0.zip |
Fix crash at startup in SSE4.2 code when running a 32 bits Windows build
There is no guarantee that a g_malloc'ed memory block will be aligned on a 128 bits boundary
Instead use a static variable definition (at the cost of exposing the HAVE_SSE4_2 compilation flag in ws_mempbrk.h)
Change-Id: I661bf479a9d458d64c96bafc940c519d29a4780b
Reviewed-on: https://code.wireshark.org/review/7070
Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'docbook/wsdg_src')
0 files changed, 0 insertions, 0 deletions