]> granicus.if.org Git - sudo/commit
If not logging I/O we may get EOF when the command is executed and
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 14 Jan 2014 17:54:56 +0000 (10:54 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 14 Jan 2014 17:54:56 +0000 (10:54 -0700)
commitd7277fc96eb7dfbc79e3fddf26dbcde272ddec0e
treef8757fe7e0c38c92386dd5f485358f8af9a538b1
parent6a76d1a1c25d7fb61381c99aac8443c51b51ecb7
If not logging I/O we may get EOF when the command is executed and
the other end of the backchannel is closed.  Just remove the
backchannel event in this case or we will continue to receive
the event.  Bug #631
src/exec.c