[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/7] contrib/elf2dmp: Use rol64() to decode
From: |
Peter Maydell |
Subject: |
Re: [PATCH 5/7] contrib/elf2dmp: Use rol64() to decode |
Date: |
Mon, 4 Mar 2024 17:59:48 +0000 |
On Sun, 3 Mar 2024 at 10:52, Akihiko Odaki <akihiko.odaki@daynix.com> wrote:
>
> rol64() is roubust against too large shift values and fixes UBSan
> warnings.
>
> Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
> ---
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH 1/7] contrib/elf2dmp: Always check for PA resolution failure, (continued)
- [PATCH 1/7] contrib/elf2dmp: Always check for PA resolution failure, Akihiko Odaki, 2024/03/03
- [PATCH 2/7] contrib/elf2dmp: Always destroy PA space, Akihiko Odaki, 2024/03/03
- [PATCH 3/7] contrib/elf2dmp: Ensure segment fits in file, Akihiko Odaki, 2024/03/03
- [PATCH 4/7] contrib/elf2dmp: Use lduw_le_p() to read PDB, Akihiko Odaki, 2024/03/03
- [PATCH 5/7] contrib/elf2dmp: Use rol64() to decode, Akihiko Odaki, 2024/03/03
- Re: [PATCH 5/7] contrib/elf2dmp: Use rol64() to decode,
Peter Maydell <=
- [PATCH 7/7] MAINTAINERS: Add Akihiko Odaki as a elf2dmp reviewer, Akihiko Odaki, 2024/03/03
- [PATCH 6/7] contrib/elf2dmp: Continue even contexts are lacking, Akihiko Odaki, 2024/03/03
- Re: [PATCH 0/7] contrib/elf2dmp: Improve robustness, Peter Maydell, 2024/03/04