commit | be48b0f453a3903e924a4f1790f134b9b36e5fa8 | [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 | aeaf0e6d58093102aa35921c7bc6fcb0580504bd [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>