mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
vendor/github.com/cyphar/filepath-securejoin/openat_linux.go
generated
vendored
4
vendor/github.com/cyphar/filepath-securejoin/openat_linux.go
generated
vendored
@@ -42,6 +42,10 @@ func fstatatFile(dir *os.File, path string, flags int) (unix.Stat_t, error) {
|
||||
return stat, nil
|
||||
}
|
||||
|
||||
func fstatFile(fd *os.File) (unix.Stat_t, error) {
|
||||
return fstatatFile(fd, "", unix.AT_EMPTY_PATH)
|
||||
}
|
||||
|
||||
func readlinkatFile(dir *os.File, path string) (string, error) {
|
||||
size := 4096
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user