Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libsel4vm: Proper error for map_vm_memory_res
Currently, if the map_iterator function fails to find a frame for a given address, then it breaks from the loop, but it does not return an error and marks the reservation as mapped. Since it skipped some number of reservations, that is not true and an error should be returned instead. Signed-off-by: Robbie VanVossen <[email protected]>
- Loading branch information