Fixes problem when fs_opendir invoked on fs_dir_t object, which is already holding information on opened directory, overwrites references to other memory objects within the fs_dir_t object causing resource leak. If fs_opendir is invoked on already used fs_dir_t object, it will return -EBUSY. Note: The change requires that all fs_dir_t objects should be initialized to 0. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| canbus | ||
| debug | ||
| dfu | ||
| edac/ibecc | ||
| fs | ||
| jwt | ||
| logging | ||
| mgmt/ec_host_cmd | ||
| openthread | ||
| power | ||
| settings | ||
| shell | ||
| storage | ||
| usb | ||