esp-idf/examples/peripherals/usb/device/tusb_msc/main
Tomas Rezucha 2b5caf34b7 tinyusb: Do not access string descriptor array out of boundaries
The previous version of esp_tinyusb (v1.0.0) always assumed 8 string descriptors.
In case the user passed a smaller array of descriptors,
esp_tinyusb accessed memory outside of the array.
This is fixed esp_tinyusb v1.1.0 by 046cc4b02f
2023-02-23 11:16:37 +01:00
..
CMakeLists.txt USB Dev: Integrate sdcard as a storage media that is accessed by USB-host as a USB Mass Storage Device 2023-01-13 20:12:29 +05:30
idf_component.yml tinyusb: Do not access string descriptor array out of boundaries 2023-02-23 11:16:37 +01:00
Kconfig.projbuild USB Dev: Integrate sdcard as a storage media that is accessed by USB-host as a USB Mass Storage Device 2023-01-13 20:12:29 +05:30
tusb_msc_main.c tinyusb: Do not access string descriptor array out of boundaries 2023-02-23 11:16:37 +01:00
tusb_msc_storage_sdmmc.c USB Dev: Integrate sdcard as a storage media that is accessed by USB-host as a USB Mass Storage Device 2023-01-13 20:12:29 +05:30
tusb_msc_storage_spiffs.c USB Dev: Integrate sdcard as a storage media that is accessed by USB-host as a USB Mass Storage Device 2023-01-13 20:12:29 +05:30
tusb_msc_storage.h USB Dev: Integrate sdcard as a storage media that is accessed by USB-host as a USB Mass Storage Device 2023-01-13 20:12:29 +05:30