commit | 338b67f76cc37c78b2b25f3531924d1bce359aea | [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 | 76e160761777ae9e93b209a73ed6c417ddb68cc9 [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>