Hi,
Applied to linux-user, thanks
Riku
On maanantaina 1. helmikuuta 2016 15.40.09 EET, Laurent Vivier wrote:
Ping ?
Le 18/01/2016 23:50, Laurent Vivier a écrit :
target_fd_trans is an array of "TargetFdTrans *": compute size
accordingly. Use g_renew() as proposed by Paolo.
Reported-by: Paol
Ping ?
Le 18/01/2016 23:50, Laurent Vivier a écrit :
> target_fd_trans is an array of "TargetFdTrans *": compute size
> accordingly. Use g_renew() as proposed by Paolo.
>
> Reported-by: Paolo Bonzini
> Signed-off-by: Laurent Vivier
> ---
> linux-user/syscall.c | 4 ++--
> 1 file changed, 2 ins
target_fd_trans is an array of "TargetFdTrans *": compute size
accordingly. Use g_renew() as proposed by Paolo.
Reported-by: Paolo Bonzini
Signed-off-by: Laurent Vivier
---
linux-user/syscall.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/linux-user/syscall.c b/linux-