commit | eb74a90b3b08a9ad3ba2c499d6b67eadee0434f9 | [log] [tgz] |
---|---|---|
author | Masahisa Kojima <masahisa.kojima@linaro.org> | Wed Apr 14 11:55:49 2021 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Apr 17 20:01:32 2021 +0200 |
tree | 02db639be3785a1edd0bc552783a66fe88101c6c | |
parent | aa27e5de0e9d8e8294ed96ad90ec0704b617474e [diff] |
efi_loader: fix possible buffer overflow Variable "final" will have SHA512 digest, but currently the array size is not sufficient. Let's fix it. Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>