]> Git Repo - qemu.git/commit - util/oslib-posix.c
Check the return value of fcntl in qemu_set_cloexec
authorStefano Stabellini <[email protected]>
Tue, 9 May 2017 19:04:52 +0000 (12:04 -0700)
committerPaolo Bonzini <[email protected]>
Tue, 6 Jun 2017 18:18:35 +0000 (20:18 +0200)
commit7e6478e7d4f2c4b607069bf488d57089a9d3244b
tree6809c1027e660e2dc5d43f8af58b36cfabb73ddb
parentfd563564222f308e1d86847efdec8555fb472536
Check the return value of fcntl in qemu_set_cloexec

Assert that the return value is not an error. This issue was found by
Coverity.

CID: 1374831

Signed-off-by: Stefano Stabellini <[email protected]>
CC: [email protected]
CC: [email protected]
CC: Eric Blake <[email protected]>
Message-Id: <1494356693[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
util/oslib-posix.c
This page took 0.022579 seconds and 4 git commands to generate.