[PATCH 4/8] tools: prelink-riscv: Unmap the ELF image when done
Simon Glass
sjg at chromium.org
Sat Apr 1 08:32:06 CEST 2023
On Fri, 31 Mar 2023 at 01:37, Bin Meng <bmeng at tinylab.org> wrote:
>
> The codes forget to call munmap() to unmap the ELF image that was
> mapped by previous mmap().
>
> Signed-off-by: Bin Meng <bmeng at tinylab.org>
> ---
>
> tools/prelink-riscv.c | 2 ++
> 1 file changed, 2 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list