You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
github-actionsbot
changed the title
(components/fatfs): possible array index out of bounds
(components/fatfs): possible array index out of bounds (IDFGH-14474)
Jan 21, 2025
Answers checklist.
General issue report
The functions in components/fatfs/diskio/diskio_wl.c potentially may produce access to out of bounds of ff_wl_handles array:
esp-idf/components/fatfs/diskio/diskio_wl.c
Line 35 in 0f0068f
ff_wl_handles array defined here:
esp-idf/components/fatfs/diskio/diskio_wl.c
Line 18 in 0f0068f
pdrv is a function argument and it is not checked to be less than FF_VOLUMES value (that puts from the configuration files).
The text was updated successfully, but these errors were encountered: