]> granicus.if.org Git - sudo/commit
Close the pty slave in the parent so that when the command and
authorTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 20 Aug 2018 16:04:15 +0000 (10:04 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Mon, 20 Aug 2018 16:04:15 +0000 (10:04 -0600)
commit5cca421867408df3e4f2f7feb46c68d6203d3fd2
treed68806f6498a3909542f3cec2e967aef053c74ca
parent6953e7fc798bb33c4e4fb3817e49ad624fadea4c
Close the pty slave in the parent so that when the command and
monitor exit, the pty gets recycled without our having to close
it directly.
src/exec_monitor.c
src/exec_pty.c