]> granicus.if.org Git - sudo/commit
Do not close error pipe or debug fd via closefrom() as we need them
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 30 Nov 2011 00:51:24 +0000 (19:51 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 30 Nov 2011 00:51:24 +0000 (19:51 -0500)
commita64f1eaea8b6a0fe1bbed4f6e3c031b8428e05c4
treeafe0f3c2be5f777a1451e592399f692cf632af95
parent3b2998d554c1588cba1538c97dfcb33e67e10732
Do not close error pipe or debug fd via closefrom() as we need them
to report an exec error should one occur.
common/sudo_debug.c
include/sudo_debug.h
src/exec.c
src/exec_pty.c