On 7/7/23 22:40, Richard Henderson wrote:
Complete the transition within the mmap functions to a formulation
that does not overflow at the end of the address space.
Signed-off-by: Richard Henderson
---
linux-user/mmap.c | 45 +++--
1 file changed, 23 i
Complete the transition within the mmap functions to a formulation
that does not overflow at the end of the address space.
Signed-off-by: Richard Henderson
---
linux-user/mmap.c | 45 +++--
1 file changed, 23 insertions(+), 22 deletions(-)
diff --git a/li