On 11/17/25 18:09, Matthew Lugg wrote:
This typo meant that calls to `mremap` which shrink a mapping by some N bytes would, when the virtual address space was pre-reserved (e.g. 32-bit guest on 64-bit host), unmap the N bytes following the*original* mapping.Signed-off-by: Matthew Lugg<[email protected]> --- linux-user/mmap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) No changes from last revision, just rebased.
Reviewed-by: Richard Henderson <[email protected]> r~
