CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2020/08/07 19:01:26
Modified files: sys/kern : kern_time.c Log message: adjtime(2): simplify input validation for new adjustment The current input validation for overflow is more complex than it needs to be. We can flatten the conditional hierarchy into a string of checks just one level deep. The result is easier to read.