|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH v4 14/19] contrib/elf2dmp: Use rol64() to decode |
Date: | Thu, 7 Mar 2024 11:29:05 +0100 |
User-agent: | Mozilla Thunderbird |
On 7/3/24 11:20, Akihiko Odaki 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> --- contrib/elf2dmp/main.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |