zephyr/subsys/usb/class
Johann Fischer cb0dd0cc93 usb: function_eem: fix eem_read_cb
This patch prevents eem_read_cb from trying to allocate a lot of memory.

It may happen that EEM payload size is zero, the eem_read_cb then tries
to allocate a buffer which is 0xfffc bytes large and luckily blocks.

Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2018-05-28 12:47:32 -04:00
..
hid hid: core: truncated wLength if it doesn't match report descriptor size 2018-04-21 07:01:36 -07:00
netusb usb: function_eem: fix eem_read_cb 2018-05-28 12:47:32 -04:00
CMakeLists.txt subsys: usb: rework USB DFU class driver 2018-04-30 17:42:40 -04:00
Kconfig subsys: disk: Add support for multiple disk interfaces 2018-05-08 08:53:01 -04:00
bluetooth.c usb: Add Bluetooth device class core functionality 2018-04-20 21:04:42 -07:00
cdc_acm.c cdc_acm: fix interrupt handling, API registration, and propgate errors. 2018-03-28 11:17:14 +02:00
mass_storage.c subsys: disk: Add support for multiple disk interfaces 2018-05-08 08:53:01 -04:00
usb_dfu.c usb: dfu: fix 'this area can not be overwritten' 2018-05-10 16:26:38 -07:00