On 05/07/2016 03:05 PM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> This macro avoids undefined downcasting of list sentinels that crashes gcc's
> ubsan.
> ---
> src/compiler/glsl/list.h| 8
> src/compiler/glsl/opt_tree_grafting.cpp | 5 +
> 2 files changed, 9 i
From: Nicolai Hähnle
This macro avoids undefined downcasting of list sentinels that crashes gcc's
ubsan.
---
src/compiler/glsl/list.h| 8
src/compiler/glsl/opt_tree_grafting.cpp | 5 +
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/src/compiler/glsl/l