Files
sudo/src
Todd C. Miller 31858894c4 When the closefrom limit is greater than any of the preserved fds,
the pfds list will be non-empty but lastfd will be -1 triggering
an ecalloc(0) assertion.  Instead, test for lastfd being -1 and
make sure we always update it, even if dup() fails.
Also restore initial value of lowfd after we are done relocating.
Fixes bug #633
2014-02-04 06:22:19 -07:00
..
2014-01-14 09:26:14 -07:00
2013-04-24 09:35:02 -04:00