[Qemu-devel] [PULL 1/2] linux-user: Do not subtract offset from end address

2015-03-23 Thread riku . voipio
From: Tom Musta When computing the upper address of a program segment, do not subtract the offset from the virtual address; instead compute the sum of the virtual address and the memory size. Signed-off-by: Tom Musta Signed-off-by: Riku Voipio --- linux-user/elfload.c | 2 +- 1 file changed,

[Qemu-devel] [PULL 1/2] linux-user: Do not subtract offset from end address

2014-11-10 Thread riku . voipio
From: Tom Musta When computing the upper address of a program segment, do not subtract the offset from the virtual address; instead compute the sum of the virtual address and the memory size. Signed-off-by: Tom Musta Signed-off-by: Riku Voipio --- linux-user/elfload.c | 2 +- 1 file changed,