mirror of
https://github.com/containers/podman.git
synced 2025-10-11 00:06:32 +08:00

When `/proc/sys/fs/binfmt_misc` is not mounted, filepath.WalkDir may return fs.ErrNotExist errors. These should be handled gracefully and return nil instead of causing a panic. Signed-off-by: Peiyuan Song <squallatf@gmail.com>