commit | 912ff698cae8879d981157fd8cca1354248fddcc | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Oct 03 13:59:55 2023 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Oct 18 15:32:16 2023 -0700 |
tree | 260f1bb40a780a4882b9f4e4c9d95524d49e32f4 | |
parent | a9f6004f677923f620e0927a626d1bdaa1eb2166 [diff] |
linux-user: Propagate failure in mmap_reserve_or_unmap back to target_munmap Do not assert success, but return any failure received. Additionally, fix the method of earlier error return in target_munmap. Reported-by: Andreas Schwab <schwab@suse.de> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>