commit | f8212f09702f802ffab42769133e3114bd6e5e77 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Dec 28 23:24:40 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 31 14:33:07 2020 +0100 |
tree | 2ab92da9a641ed1e80ac524aba083faac7baac82 | |
parent | 0ce3fb55e0be286f1f7686aeb452ee77100a2493 [diff] |
efi_loader: use after free in efi_exit() Do not use data from the loaded image object after deleting it. Fixes: 126a43f15b36 ("efi_loader: unload applications upon Exit()") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>