Re: [PATCH-for-8.1 0/3] target/mips/mxu: Fix overruns

2023-07-11 Thread Richard Henderson
On 7/12/23 07:08, Philippe Mathieu-Daudé wrote: Fix overruns mxu_gpr[XRb - 1] reported by Coverity. Philippe Mathieu-Daudé (3): target/mips/mxu: Replace magic array size by its definition target/mips/mxu: Avoid overrun in gen_mxu_S32SLT() target/mips/mxu: Avoid overrun in gen_mxu_q8adde

[PATCH-for-8.1 0/3] target/mips/mxu: Fix overruns

2023-07-11 Thread Philippe Mathieu-Daudé
Fix overruns mxu_gpr[XRb - 1] reported by Coverity. Philippe Mathieu-Daudé (3): target/mips/mxu: Replace magic array size by its definition target/mips/mxu: Avoid overrun in gen_mxu_S32SLT() target/mips/mxu: Avoid overrun in gen_mxu_q8adde() target/mips/tcg/mxu_translate.c | 36 +++