radeonsi: fix an out-of-bounds read reported by ASAN
We read 4 values out of sample_locs_8x, so make sure the array is big enough. Fixes: ac76aeef ("radeonsi: switch back to standard DX sample positions") Reviewed-by:Marek Olšák <marek.olsak@amd.com>
Please register or sign in to comment