CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/25 03:03:39
Modified files:
sys/dev/usb : ucycom.c utrh.c utwitch.c
Log message:
Prevent buffer overflows by not assuming the report length, given by
the hardware, is necessarily smaller than the length of the on-stack
buffer.
Original fix from Maxime Villard in NetBSD via deraadt@.
