mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 08:25:40 +00: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> |
||
|---|---|---|
| .. | ||
| binfmtmisc_linux.go | ||
| binfmtmisc_linux_test.go | ||
| binfmtmisc_other.go | ||
| elf.go | ||
| emulation.go | ||