]> granicus.if.org Git - sudo/commit
Must call round_nfds() with fd+1 since it takes a count not the fd
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 23 Jun 2015 19:49:56 +0000 (13:49 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 23 Jun 2015 19:49:56 +0000 (13:49 -0600)
commitd36e46cb6e191f21bcc66f5604825e414e16a9f0
tree488071c97a885dddbc06aeede35dd9d3bd27dbb6
parentd7224ea502f04dc33e5e92d68122f0dc02f22d8d
Must call round_nfds() with fd+1 since it takes a count not the fd
number.  In other words, the lowest value is 1, not 0.
lib/util/sudo_debug.c