Re: [PATCH v3 0/3] virtiofsd: fix some accessing NULL pointer problem

2020-11-12 Thread Dr. David Alan Gilbert
* Haotian Li (lihaoti...@huawei.com) wrote: > Hi, > We find some potential NULL pointer bugs on tools/virtiofsd. > Three patches are made to fix them Queued > Haotian Li (3): > tools/virtiofsd/buffer.c: check whether buf is NULL in > fuse_bufvec_advance func > virtiofsd: check whether l

[PATCH v3 0/3] virtiofsd: fix some accessing NULL pointer problem

2020-11-10 Thread Haotian Li
Hi, We find some potential NULL pointer bugs on tools/virtiofsd. Three patches are made to fix them Haotian Li (3): tools/virtiofsd/buffer.c: check whether buf is NULL in fuse_bufvec_advance func virtiofsd: check whether lo_map_reserve returns NULL in main func virtiofsd: check whether