Author :
cheloha
Date :
2020-08-07 14:35:38
Hash :03077e54 Message :sosplice(9): fully validate idle timeout
The socket splice idle timeout is a timeval, so we need to check that
tv_usec is both non-negative and less than one million. Otherwise it
isn't in canonical form.
We can check for this with timerisvalid(3).
benno@ says this shouldn't break anything in base.
ok benno@, bluhm@