CVSROOT: /cvs Module name: src Changes by: gerh...@cvs.openbsd.org 2025/06/16 06:36:43
Modified files: sys/dev/usb : if_umb.c if_umb.h Log message: Comparision of an integer to be <= INT32_MAX is always true. And it neglected the fact that UGETW() cannot return values larger than UINT16_MAX. ok bluhm@