posix: clock: check for invalid ns in clock_settime()
The clock_settime() function should not accept an input timespec
with nanosecond values < 0 or >= NSEC_PER_SEC.
Signed-off-by:
Christopher Friedt <cfriedt@meta.com>
Loading
Please sign in to comment