From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> Hi, This is a set of fixes that fixes things that coverity pointed out. Only the last one (the NULL check in do_read) is probably important.
Dave Dr. David Alan Gilbert (4): virtiofsd: Remove fuse_req_getgroups virtiofsd: fv_create_listen_socket error path socket leak virtiofsd: load_capng missing unlock virtiofsd: do_read missing NULL check tools/virtiofsd/fuse.h | 20 -------- tools/virtiofsd/fuse_lowlevel.c | 81 ++------------------------------ tools/virtiofsd/fuse_lowlevel.h | 21 --------- tools/virtiofsd/fuse_virtio.c | 2 + tools/virtiofsd/passthrough_ll.c | 1 + 5 files changed, 7 insertions(+), 118 deletions(-) -- 2.24.1