【背景】 1.components\fs\fs.c,g_fs判空顺序错误 2.components\shell\src\cmds\task_shellcmd.c,参数多余 3.components\shell\src\cmds\vfs_shellcmd.c,遗漏内存释放 4.kal\posix\src\pthread_mutex.c,timeout计算可能溢出 【修改方案】 1.调换g_fs判空顺序 2.去掉多余的参数 3.return前添加free函数 4.修改timeout计算方法防止溢出 【影响】 无 Change-Id: Ib6d56c92a0be01ca49222148c341db18afe72544 Signed-off-by: pef <cyd1997@126.com> |
||
|---|---|---|
| .. | ||
| fatfs | ||
| littlefs | ||
| BUILD.gn | ||
| fs.c | ||
| fs_operations.h | ||