]> granicus.if.org Git - sudo/commit
use pipe2() with O_CLOEXEC instead of pipe() + fcntl() and FD_CLOEXEC
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 20 Apr 2017 21:10:57 +0000 (15:10 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 20 Apr 2017 21:10:57 +0000 (15:10 -0600)
commitc2176c32a723db9dfce96c607459490ca5c5dbaa
tree8a07e493944495678ae01d5fdfa3039652e9aab7
parent6e75179528ee300c4c4be53a18de1284f5586245
use pipe2() with O_CLOEXEC instead of pipe() + fcntl() and FD_CLOEXEC
src/exec_monitor.c
src/exec_nopty.c