Module Name: src Committed By: riastradh Date: Fri Jul 28 13:58:47 UTC 2017
Modified Files: src/sys/altq: altq_wfq.c Log Message: Reject negative indices. (Would be nice to change the types too, and it's *probably* safe to replace int by u_int, but I'm reluctant to touch the ioctl definitions without at least a modicum more thought. Also one of them is a u_long, because why not?) >From Ilja Van Sprundel. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/altq/altq_wfq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.