group.of.nepali.translators team mailing list archive
-
group.of.nepali.translators team
-
Mailing list archive
-
Message #14999
[Bug 1686803] Re: sudo returns exit code 0 if child is killed with SIGTERM
This bug was fixed in the package sudo - 1.8.19p1-1ubuntu1.2
---------------
sudo (1.8.19p1-1ubuntu1.2) zesty; urgency=medium
* Terminate with the same signal as the command (LP: #1686803)
This fixes a regression introduced in sudo 1.8.15 changeset
10229:153f016db8f1.
-- Balint Reczey <rbalint@xxxxxxxxxx> Tue, 13 Jun 2017 10:00:00 +0200
** Changed in: sudo (Ubuntu Zesty)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1686803
Title:
sudo returns exit code 0 if child is killed with SIGTERM
Status in sudo:
Unknown
Status in sudo package in Ubuntu:
Fix Released
Status in sudo source package in Xenial:
Fix Released
Status in sudo source package in Yakkety:
Fix Committed
Status in sudo source package in Zesty:
Fix Released
Status in sudo source package in Artful:
Fix Released
Bug description:
[Impact]
* sudo returns exit code 0 if child is killed with signals other than SIGINT
* This can break scripts assuming successful execution of the command ran by
sudo
[Test Case]
* Open two separate shells
1. In shell 1. run:
ubuntu@tough-calf:~$ sudo sleep 300; echo $?
2. In shell 2. run:
root@tough-calf:~# killall -TERM sleep
3. In broken versions shell 1. shows this:
ubuntu@tough-calf:~$ sudo sleep 300; echo $?
0
4. Install fixed version
5. Execute steps 1. and 2.
6. In fixed version shell 1. shows this:
ubuntu@tough-calf:~$ sudo sleep 300; echo $?
Terminated
143
[Regression Potential]
* sudo may exit with a different status than expected
[Other Info]
original bug description:
Please backport upstream sudo changeset 10917:50b988d0c97f "The fix
for Bug #722 contained a typo/thinko that resulted in the" to xenial,
yakkety, and zesty versions of sudo.
This will fix a regression documented by this upstream bug report:
https://bugzilla.sudo.ws/show_bug.cgi?id=784
sudo 1.8.15 changeset 10229:153f016db8f1 "When the command sudo is
running is killed by a signal, sudo will" introduced a regression
where the exit status is always 0 when a command is killed by a signal
other than SIGINT. https://www.sudo.ws/repos/sudo/rev/153f016db8f1
This will be fixed in sudo 1.8.20 with changeset 10917:50b988d0c97f
"The fix for Bug #722 contained a typo/thinko that resulted in the".
https://www.sudo.ws/repos/sudo/rev/50b988d0c97f
trusty sudo is based off sudo 1.8.9 and is not affected. xenial sudo
based off sudo 1.8.16, yaketty sudo based off sudo 1.8.16, and zesty
sudo based off 1.8.19 need the fix.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sudo/+bug/1686803/+subscriptions