output below for
> more information:
>
> Message-id: eeb2fd1d-a53d-eae6-4727-7f1a6b20a...@huawei.com
> Subject: [PATCH 0/2] virtiofsd: fix some accessing NULL pointer problem
> Type: series
>
> === TEST SCRIPT BEGIN ===
> #!/bin/bash
> git rev-parse base > /dev/null || exit
Patchew URL:
https://patchew.org/QEMU/eeb2fd1d-a53d-eae6-4727-7f1a6b20a...@huawei.com/
Hi,
This series seems to have some coding style problems. See output below for
more information:
Message-id: eeb2fd1d-a53d-eae6-4727-7f1a6b20a...@huawei.com
Subject: [PATCH 0/2] virtiofsd: fix some
Hi,
We find some potential NULL pointer bugs on tools/virtiofsd.
Two patches are made to fix them.
Haotian Li (2):
tools/virtiofsd/buffer.c: check whether buf is NULL in
fuse_bufvec_advance func
virtiofsd/passthrough_ll.c: check whether lo_map_reserve returns NULL
in main func
tool