openharmony_kernel_liteos_m/components/shell
pef 923c05cd89 修复codex告警。
【背景】
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>
2021-11-06 08:02:41 +00:00
..
include fix: l0 shell adapt new master 2021-07-17 19:54:44 +08:00
src 修复codex告警。 2021-11-06 08:02:41 +00:00
BUILD.gn feat: add L0 shell function 2021-07-13 22:04:30 +08:00