diff options
author | Roland Scheidegger <sroland@vmware.com> | 2014-12-31 17:39:57 +0100 |
---|---|---|
committer | Roland Scheidegger <sroland@vmware.com> | 2015-01-05 17:58:38 +0100 |
commit | b59c7ed0ab1ac5b6d9f8d409f1a90401ab7775b6 (patch) | |
tree | afe49946f645196706a00e2e31d039b3b6c5ba68 /src/gallium/auxiliary/util/u_dl.c | |
parent | 21a280f87c5c884eea7a2043d6ed10cdbab57a3e (diff) | |
download | external_mesa3d-b59c7ed0ab1ac5b6d9f8d409f1a90401ab7775b6.zip external_mesa3d-b59c7ed0ab1ac5b6d9f8d409f1a90401ab7775b6.tar.gz external_mesa3d-b59c7ed0ab1ac5b6d9f8d409f1a90401ab7775b6.tar.bz2 |
gallium/util: fix crash with daz detection on x86
The code used PIPE_ALIGN_VAR for the variable used by fxsave, however this
does not work if the stack isn't aligned. Hence use PIPE_ALIGN_STACK function
decoration to fix the segfault which can happen if stack alignment is only
4 bytes.
This fixes https://bugs.freedesktop.org/show_bug.cgi?id=87658.
Cc: "10.4" <mesa-stable@lists.freedesktop.org>
Diffstat (limited to 'src/gallium/auxiliary/util/u_dl.c')
0 files changed, 0 insertions, 0 deletions