]> granicus.if.org Git - sudo/commit
Cast the return value of fcntl() to void when setting FD_CLOEXEC.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 5 May 2016 22:16:24 +0000 (16:16 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 5 May 2016 22:16:24 +0000 (16:16 -0600)
commit6473d55aa7be4665f21cc29d2289fb5a482a1405
treed85a74aa54ea557bd376334dfe46b8f0a1bca088
parent9471ec45a1452bf2de3581675bc7ea7fbd33093f
Cast the return value of fcntl() to void when setting FD_CLOEXEC.
Coverity CID 104063, 104064, 104069, 104070, 104071, 104072, 104073, 104074
plugins/sudoers/iolog.c
plugins/sudoers/match.c
plugins/sudoers/tsgetgrpw.c
src/exec.c
src/exec_pty.c
src/sudo.c