]> granicus.if.org Git - sudo/commit
If perform_io() fails, kill the child before exiting so it doesn't
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 15 Oct 2010 20:24:42 +0000 (16:24 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 15 Oct 2010 20:24:42 +0000 (16:24 -0400)
commita11e4c8d72a79c9bdfc4293d29ca9bf4d41c2223
treef4d9698e18046f5806c7327d0b550e7a197b7247
parent93d2420de9415f34d9078ac4f0ba042543ce9e8b
If perform_io() fails, kill the child before exiting so it doesn't
complain about connection reset.  We can get an I/O error if, for
example, and we get EIO reading from stdin.
src/exec.c