Re: [PATCH 4/4] virtiofsd: do_read missing NULL check

2020-02-04 Thread Philippe Mathieu-Daudé
On 2/4/20 12:05 PM, Dr. David Alan Gilbert (git) wrote: From: "Dr. David Alan Gilbert" Missing a NULL check if the argument fetch fails. Surprisingly all other calls to fuse_mbuf_iter_advance() do the check. Reviewed-by: Philippe Mathieu-Daudé Fixes: Coverity CID 1413119 Signed-off-by: D

[PATCH 4/4] virtiofsd: do_read missing NULL check

2020-02-04 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Missing a NULL check if the argument fetch fails. Fixes: Coverity CID 1413119 Signed-off-by: Dr. David Alan Gilbert --- tools/virtiofsd/fuse_lowlevel.c | 4 1 file changed, 4 insertions(+) diff --git a/tools/virtiofsd/fuse_lowlevel.c b/tools/virtiofsd/fuse_