CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2022/11/11 06:59:40

Modified files:
        sys/dev/hid    : hidcc.c 

Log message:
ihidev can pass a buffer larger than the size of the claimed input
report since it unconditionally uses the size of the longest input
report. This is quite harmless and the defensive check in hidcc can
therefore be relaxed and instead only examining the number of expected
bytes.

ok matthieu@ patrick@

Reply via email to