]> granicus.if.org Git - sudo/commit
In io_callback() make sure we clear SUDO_EV_READ if we close the
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 7 May 2016 20:51:37 +0000 (14:51 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 7 May 2016 20:51:37 +0000 (14:51 -0600)
commit094854adfee86565230b1a737ae50bef6840c640
treecc81717d596df351c1f738ea44a368ba738c7476
parent194c7c806975084abc36e539bb198b6fae45a15e
In io_callback() make sure we clear SUDO_EV_READ if we close the
fd.  It should not be possible for SUDO_EV_READ to be set when
revent is non-NULL but this makes static analyzers happier.
Coverity CID 104124.
src/exec_pty.c