diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-06-25 11:54:23 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-07-20 14:10:57 -0600 |
commit | 338b67f76cc37c78b2b25f3531924d1bce359aea (patch) | |
tree | 161b70c834211c085776b4319662d3e10f5c09ee /boot/bootmeth_script.c | |
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>
Diffstat (limited to 'boot/bootmeth_script.c')
0 files changed, 0 insertions, 0 deletions