]> granicus.if.org Git - sudo/commit
The fix for Bug #722 contained a typo/thinko that resulted in the
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 27 Apr 2017 02:17:34 +0000 (20:17 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 27 Apr 2017 02:17:34 +0000 (20:17 -0600)
commit9ee50beaa7f1bf61295a5b5960ac302fcc2e67fb
tree73e01065d59887f7aa2a61d9aeccf2bd318524ba
parent2180eab1f9d9b3a7f1b2291c44ec537488d54715
The fix for Bug #722 contained a typo/thinko that resulted in the
exit status being 0 when a command was killed by a signal other
than SIGINT.  This fixes the signal handler setup so sudo will
terminate with the same signal as the command.  Bug #784.
src/sudo.c