Re: [Mesa-dev] [PATCH 0/5] Fix member access within null pointer reported by UBSAN

2017-02-10 Thread Emil Velikov
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

[Mesa-dev] [PATCH 0/5] Fix member access within null pointer reported by UBSAN

2017-02-07 Thread Bartosz Tomczyk
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