Skip to content
Commit 9ceee7d0 authored by Lv Yunlong's avatar Lv Yunlong Committed by Ard Biesheuvel
Browse files

firmware/efi: Fix a use after bug in efi_mem_reserve_persistent

In the for loop in efi_mem_reserve_persistent(), prsv = rsv->next
use the unmapped rsv. Use the unmapped pages will cause segment
fault.

Fixes: 18df7577

 ("efi/memreserve: deal with memreserve entries in unmapped memory")
Signed-off-by: default avatarLv Yunlong <lyl2019@mail.ustc.edu.cn>
Signed-off-by: default avatarArd Biesheuvel <ardb@kernel.org>
parent 483028ed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment