Bugzilla – Bug 587
Control-C no longer honored
Last modified: 2013-02-12 10:42:53 MST
HOW TO REPRODUCE: - run "sudo sleep 30" - press control-C - note that the sleep isn't interrupted $ ./sudo -V Sudo version 1.7.10p5 ./sudo sleep 30 ^C^C^C^C^C^C^C^C^C^C^C^C^C^C (30 seconds elapse) $
Created attachment 361 [details] Fix location of call to save_signals() The signal state was being saved after some signals were set to ignore rather than before. The attached patch fixes this and will be part of sudo 1.7.10p6 which will be released tomorrow.
Fixed in sudo 1.7.10p6