On 7/28/22 08:14, Peter Maydell wrote:
The flatload loader sets the end_code field in the image_info struct
incorrectly, due to a typo.

This is a very long-standing bug (dating all the way back to when
the bFLT loader was added in 2006), but has gone unnoticed because
(a) most people don't use bFLT binaries
(b) we don't actually do anything with the end_code field, except
     print it in debugging traces and pass it to TCG plugins

Fix the typo.

Resolves:https://gitlab.com/qemu-project/qemu/-/issues/1119
Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
  linux-user/flatload.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

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

r~

Reply via email to