CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/03 10:20:23
Modified files:
sys/net : bpf.c
Log message:
Reject negative and too large timeouts passed to BIOCSRTIMEOUT. Since
the timeout converted to ticks is later passed timeout_add(), it could
cause a panic if the timeout is negative.
ok deraadt@ millert@
Reported-by: [email protected]
