commit | d2e05e80a23695c686c97819ce19abd09b1e0a6a | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Dec 28 23:24:40 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Dec 29 02:09:04 2020 +0100 |
tree | da2c201eb28835141b1652216e57cb36811bd24d | |
parent | 281d73e4c02c5c53a26c1350f12ed1be3ddd7338 [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>