]> granicus.if.org Git - sudo/commit
Don't run the command in a pty if no I/O plugins are logging anything.
authorTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 5 Dec 2018 17:43:14 +0000 (10:43 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 5 Dec 2018 17:43:14 +0000 (10:43 -0700)
commite91e5ee820355e96826323bc1f021dff04c7e4b6
tree308f64a106c3ffd3900fa35558808d6c176cc821
parent83fd48a75c5aefe42f713313be6d9ee5c110be11
Don't run the command in a pty if no I/O plugins are logging anything.
That way an I/O plugin that doesn't actually log anything won't cause
the command to be run in a pty.
src/exec.c