commit | 7c2a85961a78baab4c791cf45343f11581437052 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Dec 27 15:46:00 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Dec 29 02:09:04 2020 +0100 |
tree | 957cc2d9e4d7d83fcc8f24fad1ffc74a50e00b41 | |
parent | e5c9317d977ad9c49b0763b7feea8a9e65416905 [diff] |
efi_loader: avoid invalid free load_options passed from do_efibootmgr() to do_bootefi_exec() may contain invalid data from the stack which will lead to an invalid free(). Fixes: 0ad64007feb9 ("efi_loader: set load options in boot manager") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>