spiegel_podman/pkg/rootless
Giuseppe Scrivano d400f0b5b2
rootless: fix segfault when open fd >= FD_SETSIZE
if there are more than FD_SETSIZE open fds passed down to the Podman
process, the initialization code could crash as it attempts to store
them into a fd_set.  Use an array of fd_set structs, each of them
holding only FD_SETSIZE file descriptors.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2020-02-25 17:52:06 +01:00
..
rootless.go fix lint in pkg/rootless 2020-01-08 15:44:30 +01:00
rootless_linux.c rootless: fix segfault when open fd >= FD_SETSIZE 2020-02-25 17:52:06 +01:00
rootless_linux.go rootless: check if the conmon process is valid 2020-02-17 19:11:41 +01:00
rootless_unsupported.go rootless: do not enable lingering mode 2019-10-17 19:12:10 +02:00