Re: [PATCH] linux-user: Fix 'utimensat()' implementation

2020-08-11 Thread Laurent Vivier
Le 11/08/2020 à 13:31, Filip Bozuta a écrit : > Implementation of syscall 'utimensat()' in 'syscall.c' uses functions > target_to_host/host_to_target_timespec() to convert values of > 'struct timespec' between host and target. However, the implementation > doesn't check whether the conversion succe

Re: [PATCH] linux-user: Fix 'utimensat()' implementation

2020-08-11 Thread Laurent Vivier
Le 11/08/2020 à 13:31, Filip Bozuta a écrit : > Implementation of syscall 'utimensat()' in 'syscall.c' uses functions > target_to_host/host_to_target_timespec() to convert values of > 'struct timespec' between host and target. However, the implementation > doesn't check whether the conversion succe