zephyr/tests/subsys
Andrzej Puzdrowski 6fb7ac233c fs: Fix fs_opendir resource leak when invoked on fs_dir_t object in use
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>
2021-02-05 07:32:20 -05:00
..
canbus tests: enable and run many tests on RISC-V 2021-01-15 13:06:33 -05:00
debug logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
dfu tests/subsys/dfu/mcuboot: support mcuboot max alignment 2021-01-14 18:03:38 +01:00
edac/ibecc edac: Use Device Tree values for BDF and PCI VID 2021-02-04 09:37:42 -05:00
fs fs: Fix fs_opendir resource leak when invoked on fs_dir_t object in use 2021-02-05 07:32:20 -05:00
jwt
logging logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
mgmt/ec_host_cmd
openthread
power tests: exclude nrf5340dk_nrf5340_cpunet when CONFIG_PM=y 2021-02-01 15:05:03 -05:00
settings tests/settings: Add fs_file_t type variable initializations 2021-01-29 08:04:51 -05:00
shell logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
storage
usb