Hi Bartosz,
On 7 February 2017 at 18:34, Bartosz Tomczyk
wrote:
> Series fix various null pointer derefeneces repored by UBSAN.
> Found by running piglit tests.
>
As mentioned in 1/5 these are not actual issues as the compiler (and
thus sanitizer) should _not_ dereference the pointer(s) but do
ar
Series fix various null pointer derefeneces repored by UBSAN.
Found by running piglit tests.
Bartosz Tomczyk (5):
gallium/u_inlines: fix member access within null pointer
util/list: fix member access within null pointer
st/mesa: fix member access within null pointer
gallium/auxiliary: fix