commit | 6a6576b2dafe404648711788864b34218d722f27 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Sat Jul 03 15:43:17 2021 +0900 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 03 08:47:59 2021 -0400 |
tree | 6af290e1d793af7c0bb1eb9126a7d06fccba96c3 | |
parent | 7a9cb3656352b93249a226039467e5176cc29dc5 [diff] |
env: efi: fix a wrong address dereference Probably, a pointer to a variable in an inner block should not be exposed to an outer block. Fixes: c70f44817d46 ("efi_loader: simplify 'printenv -e'") Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> [trini: Don't make guid const now] Signed-off-by: Tom Rini <trini@konsulko.com>