CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2018/02/19 02:20:45
Modified files: sys/dev/usb : usb.c Log message: Add a default case to a usb_tap() switch statement which mpi@ says will never be called to convince compilers and static analysis tools a path that uses uninitialised memory does not exist. ok krw@ mpi@