zephyr/subsys
Dominik Ermel a5b3e86339 subsys/fs: Fix fs_* operations crashing when file closed
Attempt to perform fs_read, fs_write, fs_seek, fs_tell, fs_truncate
and fs_sync on file that has been closed, prior to attempt, would cause
NULL pointer dereference.
With this fix, such operations would instead return -EBADF.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2020-07-03 12:16:11 -04:00
..
bluetooth Bluetooth: br/edr: store link key 2020-07-02 16:32:41 +03:00
canbus
console
cpp
debug
dfu
disk
fb
fs subsys/fs: Fix fs_* operations crashing when file closed 2020-07-03 12:16:11 -04:00
jwt
logging
mgmt mgmt: correct MPU_ALLOW_FLASH_WRITE selection 2020-07-02 12:28:06 +02:00
net net: l2: openthread: Implement enable API function 2020-07-02 08:43:45 -04:00
power soc: arm: st_stm32 add low power to stm32wb series 2020-07-02 08:45:40 -04:00
random random: entropy: Fix invalid memory access 2020-07-01 07:22:18 -04:00
settings
shell
stats
storage
testsuite
tracing
usb
CMakeLists.txt
Kconfig