CVSROOT:        /cvs
Module name:    src
Changes by:     an...@cvs.openbsd.org   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: syzbot+82cb4dfe6a1fc3d8b...@syzkaller.appspotmail.com

Reply via email to