-
- Downloads
include/exec: Change reserved_va semantics to last byte
Change the semantics to be the last byte of the guest va, rather than the following byte. This avoids some overflow conditions. Reviewed-by:Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by:
Richard Henderson <richard.henderson@linaro.org>
Showing
- bsd-user/main.c 3 additions, 7 deletionsbsd-user/main.c
- bsd-user/mmap.c 2 additions, 2 deletionsbsd-user/mmap.c
- include/exec/cpu-all.h 10 additions, 1 deletioninclude/exec/cpu-all.h
- linux-user/arm/target_cpu.h 1 addition, 1 deletionlinux-user/arm/target_cpu.h
- linux-user/elfload.c 7 additions, 7 deletionslinux-user/elfload.c
- linux-user/main.c 13 additions, 14 deletionslinux-user/main.c
- linux-user/mmap.c 2 additions, 2 deletionslinux-user/mmap.c
Loading
Please register or sign in to comment