commit | 604404b14cb0b1355e4ef62329d1a2591a41cb7d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jun 25 11:54:23 2023 +0200 |
committer | Simon Glass <sjg@chromium.org> | Thu Jul 20 14:10:57 2023 -0600 |
tree | 161b70c834211c085776b4319662d3e10f5c09ee | |
parent | 5da2b464a3ddd0ca77603099e2b4b04719638928 [diff] |
cmd: fix loads, saves on sandbox The loads and saves commands crash on the sandbox due to illegal memory access. For command line arguments the sandbox uses a virtual address space which does not equal the addresses of the memory allocated with memmap(). Add the missing address translations for the loads and saves commands. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>