fix: change the execFile field in TCB to execVnode
TEE需要借用TCB中的execFile来校验打开的文件,pagecache修改后,可执行程序在mmap之后,会被立即关闭,因此将execFile改为execVnode close: #I4CLL9 Signed-off-by: Leon Chan <chenwei26@huawei.com>
This commit is contained in:
@@ -434,7 +434,6 @@ int VnodeLookupAt(const char *path, struct Vnode **result, uint32_t flags, struc
|
||||
currentVnode->filePath[vnodePathLen] = 0;
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
|
||||
OUT_FREE_PATH:
|
||||
if (normalizedPath) {
|
||||
|
||||
Reference in New Issue
Block a user