diff options
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | 2023-03-02 04:08:18 +0100 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2023-03-09 08:50:47 -0800 |
commit | c8786b6db6b39771949161bf8bdd3671dae33b16 (patch) | |
tree | 2f75f0ea87160799ac9565ed4c6a5b5c44981faf /lib/efi_loader/efi_variable.c | |
parent | 7a5aa5c14e1a162776655425510cf78b5d07aa98 (diff) |
cmd: fdt: Check argc before accessing argv in fdt bootcpu
On case 'fdt bootcpu' is invoked without parameters, argv[2] is not
valid and this command would SEGFAULT in sandbox environment. Add
missing argc test to avoid the crash and rather print usage help
message.
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/efi_loader/efi_variable.c')
0 files changed, 0 insertions, 0 deletions