list: fix an issue with android build using clang

Graphics / Mesa 3D Graphics Library / libdrm - Rob Clark [freedesktop.org] - 2 August 2016 15:22 UTC

Sorry, I don't understand the android build system enough to say *which*
version of clang this effects, but either "clang-2812033" or "clang-3016494" (probably the later).

But when 'sample' is undefined (ie. unitialized variable), the result is not as well defined as it is with gcc. Instead use a typeof() cast with a defined value (ie. zero).

This fixes a crash that was reported on android.

b214b05 list: fix an issue with android build using clang
util_double_list.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: cgit.freedesktop.org


  • Share