]> granicus.if.org Git - sudo/commit
In dispatch_signal() for stopped processes check for tcgetpgrp()
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 4 May 2016 20:13:44 +0000 (14:13 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 4 May 2016 20:13:44 +0000 (14:13 -0600)
commitc70da6dcdfad1b5512f6350e57365e98dea19d55
tree656121ac3668999a0c02773c454512d84369d808
parent2cd22f290632c5c3e49dc21ad1267080037f2fa1
In dispatch_signal() for stopped processes check for tcgetpgrp()
returning -1.  Also change checks from "saved_pgrp != -1" to
"fd != -1".  Coverity CID 104098.
src/exec.c