You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
syscalls/clock_nanosleep: add a test case for bad timespec address
This patch introduces test cases for already existing test
for syscall 'clock_nanosleep()' (clock_nanosleep01). These test
cases are for situations when bad timespec addresses are passed
for arguments 'request' and 'remain' in which case errno
EFAULT ('Bad address') is expected to be set.
Signed-off-by: Filip Bozuta <[email protected]>
Reviewed-by: Cyril Hrubis <[email protected]>
0 commit comments