commit | 2a68cd492e91692f33425d02e7a0dcb24e06efc9 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Dec 27 15:46:00 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 31 14:33:07 2020 +0100 |
tree | e5f361ab941555fbc235457a29958b694789118e | |
parent | 97d36f069d3362cd09b481fba94ee1de01a1f51b [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>