Update ff_hook_syscall.c

This commit is contained in:
liujinhui-job 2025-04-01 11:04:26 +08:00 committed by GitHub
parent e3766b423e
commit 753fdb9f37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -714,6 +714,7 @@ ff_hook_accept4(int fd, struct sockaddr *addr,
}else {
args->addr = NULL;
args->addrlen = NULL;
args->flags = flags;
}
args->fd = fd;