CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/25 12:24:39
Modified files:
sys/net : bpf.c
Log message:
Lower the accepted upper bound for bd_rtout to INT_MAX in order to
prevent passing negative values to timeout_add().
While here, protect against unsigned wrap around during addition of
bd_rdStart and bd_rtout since it could also cause passing negative
values to timeout_add().
ok bluhm@
Reported-by: [email protected]
