!174 Description: 门禁告警清理

Merge pull request !174 from 杨庞源/master
This commit is contained in:
openharmony_ci
2025-08-08 01:13:30 +00:00
committed by Gitee
+1 -1
View File
@@ -99,7 +99,7 @@ int do_symlink(const char *target, int newfd, const char *path)
struct Mount *mount = NULL;
int ret;
if (!path)
if (!target || !path)
{
ret = -EFAULT;
goto errout;