Re: [PATCH v5 03/20] linux-user: Tidy loader_exec

2023-09-04 Thread Alex Bennée
Richard Henderson writes: > Reorg the if cases to reduce indentation. > Test for 4 bytes in the file before checking the signatures. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v5 03/20] linux-user: Tidy loader_exec

2023-08-29 Thread Richard Henderson
Reorg the if cases to reduce indentation. Test for 4 bytes in the file before checking the signatures. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- linux-user/linuxload.c | 42 +- 1 file changed, 21 insertions(+), 21 deletions(