mesa/src/gallium/auxiliary/nir
Cong Liu 62b490fa92 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>
Reviewed-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25446>
2024-05-27 09:13:04 +08:00
..
nir_draw_helpers.c
nir_draw_helpers.h
nir_to_tgsi.c nir: Fix out-of-bounds access in ntt_emit_store_output() 2024-05-27 09:13:04 +08:00
nir_to_tgsi.h
nir_to_tgsi_info.c
nir_to_tgsi_info.h
pipe_nir.h
tgsi_to_nir.c
tgsi_to_nir.h