!1210 liteos_a 内核shell 漏洞修复

Merge pull request !1210 from hw_llm/cherry-pick-1724202463
This commit is contained in:
openharmony_ci 2024-08-21 12:41:38 +00:00 committed by Gitee
commit 16a54f36bb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ INT32 CmdLog(INT32 argc, const CHAR **argv)
PRINTK("not support yet\n");
}
} else if (!strncmp(argv[0], "path", strlen(argv[0]) + 1)) {
OsLkLogFileSet(argv[1]);
PRINTK("not support yet\n");
} else {
PRINTK("Usage: log level <num>\n");