]> granicus.if.org Git - sudo/commit
In pty_close(), call del_io_events with the SUDO_EVLOOP_ONCE flag
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 20 May 2016 14:12:46 +0000 (08:12 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 20 May 2016 14:12:46 +0000 (08:12 -0600)
commit994f86b40fac6773cef9168915b1aad575624629
treea036b3e3ca85ab8396bda95dc2e4009386f3a183
parentd8cfe6211336f1e8adad967167724e839c63f023
In pty_close(), call del_io_events with the SUDO_EVLOOP_ONCE flag
so the event loop will exit after a single run through.  Otherwise,
we may hang at exit on non-BSD systems.
src/exec_pty.c