Files
sudo/lib/util
Todd C. Miller 2b1e986572 Do not call poll(2) or ppoll(2) with nfds > RLIMIT_NOFILE.
Both poll(2) and ppoll(2) will return EINVAL if the nfds function
argument is larger than the max files per process resource limit.
Prevent this by limiting the max number entries in the pfds[] array
to the RLIMIT_NOFILE soft limit.
2020-04-30 15:54:34 -06:00
..
2019-11-06 13:41:52 -07:00
2019-11-02 10:52:55 -06:00
2019-04-29 07:21:51 -06:00
2020-03-29 05:05:08 -06:00
2019-04-29 07:21:51 -06:00
2019-04-29 07:21:51 -06:00
2019-04-29 07:21:51 -06:00
2019-04-29 07:21:51 -06:00
2014-06-26 15:51:02 -06:00