CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2018/05/30 16:20:41

Modified files:
        sys/net        : if.c if.h 

Log message:
restrict the prio values from SIOCSIFLLPRIO to what the kernel handles

previously the ioctl code checked that prio was an int less than
UCHAR_MAX, but the rest of the kernel (and priq code in particular)
expects it to be between 0 and 7 inclusive.

ok krw@ tb@

Reply via email to