CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/23 11:10:02
Modified files:
sys/dev/usb : uaudio.c
Log message:
If samples per frame is larger than the device usb packet size,
fail early in uaudio(4). This prevents negative safe_blksz and
integer overflow in nframes_max in case of a bad call to
uaudio_stream_open() or a hardware bug.
OK ratchov@
