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

Philippe Mathieu-Daudé posted 3 patches 2 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230712060806.82323-1-philmd@linaro.org
Maintainers: "Philippe Mathieu-Daudé" <philmd@linaro.org>, Aurelien Jarno <aurelien@aurel32.net>, Jiaxun Yang <jiaxun.yang@flygoat.com>, Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
target/mips/tcg/mxu_translate.c | 36 +++++++++++++++++++++++----------
1 file changed, 25 insertions(+), 11 deletions(-)
[PATCH-for-8.1 0/3] target/mips/mxu: Fix overruns
Posted by Philippe Mathieu-Daudé 2 years, 5 months ago
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 +++++++++++++++++++++++----------
 1 file changed, 25 insertions(+), 11 deletions(-)

-- 
2.38.1


Re: [PATCH-for-8.1 0/3] target/mips/mxu: Fix overruns
Posted by Richard Henderson 2 years, 5 months ago
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()

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~