mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-02 22:52:49 +00:00
Currently, setup_graphics() ignores the return value of efi_setup_gop(). As AllocatePool() does not zero out memory, the screen information table will contain uninitialized data in this case. We should free the screen information table if efi_setup_gop() returns an error code. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Link: https://lore.kernel.org/r/20200426194946.112768-1-xypron.glpk@gmx.de Signed-off-by: Ard Biesheuvel <ardb@kernel.org> |
||
|---|---|---|
| .. | ||
| arm32-stub.c | ||
| arm64-stub.c | ||
| arm-stub.c | ||
| efi-stub-helper.c | ||
| efistub.h | ||
| fdt.c | ||
| file.c | ||
| gop.c | ||
| hidden.h | ||
| Makefile | ||
| mem.c | ||
| pci.c | ||
| random.c | ||
| randomalloc.c | ||
| secureboot.c | ||
| skip_spaces.c | ||
| string.c | ||
| tpm.c | ||
| x86-stub.c | ||