[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] target/mips: fix possible int overflow
From: |
Peter Maydell |
Subject: |
Re: [PATCH] target/mips: fix possible int overflow |
Date: |
Fri, 24 Jan 2025 12:36:39 +0000 |
On Fri, 24 Jan 2025 at 12:27, <gerben@altlinux.org> wrote:
>
> From: Denis Rastyogin <gerben@altlinux.org>
>
> Fix possible overflow in 1 << (DF_BITS(df) - 2) when DF_BITS(df)
> is 64 by using a 64-bit integer for the shift operation.
>
> Found by Linux Verification Center (linuxtesting.org) with SVACE.
>
> Reported-by: Dmitriy Fedin <d.fedin@fobos-nt.ru>
> Signed-off-by: Denis Rastyogin <gerben@altlinux.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM