zephyr/drivers/usb/device
Michael Hope 18d3499dba drivers: usb: fix a buffer overflow in usb_sam0.c
The driver currently blindly copies all of the outgoing bytes into the
endpoint.  Instead, calculate the endpoint size and copy up to that
amount instead.

Signed-off-by: Michael Hope <mlhx@google.com>
2020-06-15 16:56:05 +02:00
..
CMakeLists.txt
Kconfig
usb_dc_dw.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
usb_dc_kinetis.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
usb_dc_mcux_ehci.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
usb_dc_native_posix_adapt.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
usb_dc_native_posix_adapt.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
usb_dc_native_posix.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
usb_dc_nrfx.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
usb_dc_sam.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
usb_dc_sam0.c drivers: usb: fix a buffer overflow in usb_sam0.c 2020-06-15 16:56:05 +02:00
usb_dc_stm32.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
usb_dw_registers.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00