Files
podman/pkg
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
..
2020-02-23 11:01:21 -06:00
2020-02-14 12:00:45 +01:00
2020-02-12 11:58:29 +01:00
2019-07-23 15:43:40 -04:00
2020-01-14 10:51:59 +01:00
2020-01-27 08:36:25 -06:00
2018-03-27 21:55:33 +00:00
2020-01-28 16:21:59 -06:00
2019-12-12 19:53:46 -03:00
2020-02-14 15:04:14 +01:00
2020-02-21 09:37:30 -05:00
2020-02-21 09:37:30 -05:00
2020-01-13 14:27:02 +01:00
2020-01-14 09:54:48 +01:00
2019-11-13 08:15:00 +11:00