nuttx/fs/spiffs/src
chao an 6bbb7c0046 fs/spiffs: correct mutex lock cycle of spiffs
This PR will fix the below issues:
1. double lock() on dup
2. use after free on unbind

Signed-off-by: chao an <anchao@xiaomi.com>
2023-11-22 01:57:44 -08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
spiffs_cache.c fs: nxstyle fixes 2021-04-03 09:37:06 -05:00
spiffs_cache.h Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00
spiffs_check.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
spiffs_check.h Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
spiffs_core.c Replace all strncpy with strlcpy for safety 2022-08-25 13:38:36 +08:00
spiffs_core.h Fix nuttx coding style 2023-07-11 23:32:17 +08:00
spiffs_gc.c Fix the printf warning after off_t change 2021-08-04 06:48:30 -07:00
spiffs_gc.h Author: Gregory Nutt: update licenses to Apache 2021-02-05 12:15:56 -03:00
spiffs_mtd.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
spiffs_mtd.h nuttx: Use MIN/MAX definitions from "sys/param.h" 2023-02-01 23:47:44 +08:00
spiffs_vfs.c fs/spiffs: correct mutex lock cycle of spiffs 2023-11-22 01:57:44 -08:00
spiffs_volume.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
spiffs.h libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00