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 tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
logging logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
mgmt/ec_host_cmd ec_host_cmd: add ec host command handler framework 2020-09-04 14:50:45 -04:00
openthread net: openthread: Make radio workqueue stack size configurable 2021-01-13 11:29:30 +02:00
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 storage/flash_map: Added function for get erased byte value 2020-10-30 15:53:38 +01:00
usb sanitycheck: inclusive language 2020-08-27 07:04:07 -04:00