gvisor/runsc/fsgofer
Tiwei Bie ddaa36bde5 Fix file descriptor leak in MultiGetAttr
We need to make sure that all children are closed before
return. But the last child saved in parent isn't closed
after we successfully iterate all the files in "names".
This patch fixes this issue.

Fixes #5982

Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
2021-05-13 09:08:20 +08:00
..
filter Allow FSETXATTR/FGETXATTR host calls for Verity 2021-03-23 11:06:02 -07:00
BUILD Remove dependency to abi/linux 2021-01-22 10:47:28 -08:00
fsgofer.go Fix file descriptor leak in MultiGetAttr 2021-05-13 09:08:20 +08:00
fsgofer_amd64_unsafe.go Remove dependency to abi/linux 2021-01-22 10:47:28 -08:00
fsgofer_arm64_unsafe.go Remove dependency to abi/linux 2021-01-22 10:47:28 -08:00
fsgofer_test.go Automated rollback of changelist 369686285 2021-04-28 17:02:33 -07:00
fsgofer_unsafe.go Remove path walk from localFile.Mknod 2020-08-19 18:05:54 -07:00