commit | 657e9794047320f755066d04e391f11b1ccebf1c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Mar 18 20:01:59 2019 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Mar 20 18:16:53 2019 +0100 |
tree | 518cacf320d22ef1605bd44ed252e0733f5539eb | |
parent | a3d81b03f7efd3c3138b72bcd03ffa9700aa3f56 [diff] |
efi_loader: correct parameter size in efi_allocate_pool efi_allocate_pages() expects a (uint64_t *) pointer to pass the address of the assigned memory. If we pass the address of a pointer here, an illegal memory access occurs on 32bit systems. Fixes: 282a06cbcae8 ("efi_loader: Expose U-Boot addresses in memory map for sandbox") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>