Anton Gusev 966d47e1f2 efi: fix potential NULL deref in efi_mem_reserve_persistent
When iterating on a linked list, a result of memremap is dereferenced
without checking it for NULL.

This patch adds a check that falls back on allocating a new page in
case memremap doesn't succeed.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Fixes: 18df7577adae ("efi/memreserve: deal with memreserve entries in unmapped memory")
Signed-off-by: Anton Gusev <aagusev@ispras.ru>
[ardb: return -ENOMEM instead of breaking out of the loop]
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
2023-02-03 14:52:10 +01:00
..
2022-12-13 15:22:14 -08:00
2022-11-18 09:14:10 +01:00
2022-12-13 14:31:47 -08:00
2022-12-13 14:31:47 -08:00
2022-01-06 21:19:05 +01:00
2022-03-08 13:55:52 +02:00