tools/virtiofsd: Check vu_init() return value (CID 1435958)
commit2693026042d2f6f5749babb8827b8098ed5d7eb4
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 2 Nov 2020 09:23:39 +0000 (2 10:23 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 2 Nov 2020 18:32:41 +0000 (2 18:32 +0000)
tree313e646f8dc42b310d008df8e2f2f7ad58e1bd07
parentdcaac9f124833e62e720d0733aa53453f438b7d7
tools/virtiofsd: Check vu_init() return value (CID 1435958)

Since commit 6f5fd837889, vu_init() can fail if malloc() returns NULL.

This fixes the following Coverity warning:

  CID 1435958 (#1 of 1): Unchecked return value (CHECKED_RETURN)

Fixes: 6f5fd837889 ("libvhost-user: support many virtqueues")
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201102092339.2034297-1-philmd@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
tools/virtiofsd/fuse_virtio.c