]> granicus.if.org Git - sudo/commit
In pty_close() close the slave and remove any events associated
authorTodd C. Miller <Todd.Miller@sudo.ws>
Sun, 25 Mar 2018 12:03:19 +0000 (06:03 -0600)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Sun, 25 Mar 2018 12:03:19 +0000 (06:03 -0600)
commit4df454310dae96d01d09a05be89dc8c57fd4cef7
treeab56f40d6a8ce8a62aa8a1aeacd54c5269307388
parent6da40a7b5bb2f486ed74f33b936908fdc789cd31
In pty_close() close the slave and remove any events associated
with it.  Fixes a potential hang when performing the final flush
on non-BSD systems.
src/exec_pty.c