CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/12 08:08:44
Modified files:
sys/dev/usb : if_urtwn.c
Log message:
Fix Coverity CID 1452915: urtwn(4) would use an uninitialized array index
if a hypothetical and malicious USB device reports no Rx endpoints.
ok mpi@
