mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
We should only dereference parameter memory_map_size after checking that
it is valid.
Fixes: 8e835554b3
("efi_loader: check parameters of GetMemoryMap")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>