spiegel_podman/pkg/rootless
Artem Krasovskiy f8b059fed9 rootless: fix heap-buffer-overflow in preexec hooks
Remove an unnecessary null byte write after copying preexec hook names.
The write was performed one byte past the allocated buffer because the
filename copy already included the string terminator.

Signed-off-by: Artem Krasovskiy <aibure@altlinux.org>
2026-07-29 10:27:49 +03:00
..
rootless.go Replace os.Is* error checks with errors.Is 2026-05-21 13:09:42 -07:00
rootless_freebsd.c pkg/rootless: Implement rootless.IsFdInherited on FreeBSD 2022-11-15 08:18:41 +00:00
rootless_freebsd.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00
rootless_linux.c rootless: fix heap-buffer-overflow in preexec hooks 2026-07-29 10:27:49 +03:00
rootless_linux.go pkg/rootless: modernize 2026-05-22 12:25:21 -07:00
rootless_test.go rootless: use nsfs file handles to persist namespaces 2026-01-20 18:41:59 +01:00
rootless_unsupported.go lint: reenable revive unused-parameter check 2025-10-01 10:42:08 -04:00