Skip to content

nir: Fix out-of-bounds access in ntt_emit_store_output()

liu cong requested to merge liucong2/mesa:out-of-bounds into main

What does this MR do and why?

nir: Fix out-of-bounds access in ntt_emit_store_output()

This patch resolves the problem by modifying the for loop condition to ensure that it stays within the bounds of the array (i.e., i < 4)

Signed-off-by: Cong Liu liucong2@kylinos.cn

Merge request reports