CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/21 07:14:41
Modified files:
sys/dev/usb : if_rsu.c
Log message:
Fix frame length bounds checks in rsu(4).
Due to signedness issues the existing checks didn't work as intended.
Problem reported by Ilja Van Sprundel.
ok deraadt@
