* src/su.c, src/vipw.c, src/newgrp.c: When the child is

interrupted, stop ourself with a SIGSTOP signal.
This commit is contained in:
nekral-guest
2010-03-23 13:05:06 +00:00
parent 052e9105f7
commit fcd5b38caf
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2010-03-23 Nicolas François <nicolas.francois@centraliens.net>
* src/su.c, src/vipw.c, src/newgrp.c: When the child is
interrupted, stop ourself with a SIGSTOP signal.
2010-03-23 Nicolas François <nicolas.francois@centraliens.net>
* src/newgrp.c: Limit the scope of variable pid.