[PULL 49/59] linux-user: Fix erroneous conversion in copy_file_range

2021-05-17 Thread Laurent Vivier
From: Giuseppe Musacchio The implicit cast from abi_long to size_t may introduce an intermediate unwanted sign-extension of the value for 32bit targets running on 64bit hosts. Signed-off-by: Giuseppe Musacchio Reviewed-by: Laurent Vivier Message-Id:

[PULL 49/59] linux-user: Fix erroneous conversion in copy_file_range

2021-05-17 Thread Laurent Vivier
From: Giuseppe Musacchio The implicit cast from abi_long to size_t may introduce an intermediate unwanted sign-extension of the value for 32bit targets running on 64bit hosts. Signed-off-by: Giuseppe Musacchio Reviewed-by: Laurent Vivier Message-Id: