spiegel_podman/pkg/emulation
Peiyuan Song 04af9ae3fc fix(emulation): handle fs.ErrNotExist in registeredBinfmtMisc
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>
2025-09-11 16:56:13 +08:00
..
binfmtmisc_linux.go fix(emulation): handle fs.ErrNotExist in registeredBinfmtMisc 2025-09-11 16:56:13 +08:00
binfmtmisc_linux_test.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
binfmtmisc_other.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
elf.go pkg/emulation: add linux build tag for elf 2025-04-02 13:35:14 -07:00
emulation.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00