diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-03-08 11:39:50 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-08 13:21:58 +0000 |
commit | cba36e730524525b5fc1c0df2ec3dd878d55ff15 (patch) | |
tree | 5f2c59440172c703a60ce96d3f09d1045fbc75f5 /src | |
parent | 855aaf414af3b8c8ca1f722a589fd251cc8317ee (diff) | |
download | libguestfs-cba36e730524525b5fc1c0df2ec3dd878d55ff15.tar.gz libguestfs-cba36e730524525b5fc1c0df2ec3dd878d55ff15.tar.xz libguestfs-cba36e730524525b5fc1c0df2ec3dd878d55ff15.zip |
daemon: 9p: Close fd along error paths (found by Coverity).
Error: RESOURCE_LEAK:
/builddir/build/BUILD/libguestfs-1.16.5/daemon/9p.c:130: open_fn: Calling opening function "open".
/builddir/build/BUILD/libguestfs-1.16.5/daemon/9p.c:130: var_assign: Assigning: "fd" = handle returned from "open(filename, 0)".
/builddir/build/BUILD/libguestfs-1.16.5/daemon/9p.c:142: leaked_handle: Handle variable "fd" going out of scope leaks the handle.
/builddir/build/BUILD/libguestfs-1.16.5/daemon/9p.c:149: noescape: Variable "fd" is not closed or saved in function "read".
/builddir/build/BUILD/libguestfs-1.16.5/daemon/9p.c:153: leaked_handle: Handle variable "fd" going out of scope leaks the handle.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions