[Qemu-devel] [PATCH 0/2] usb-mtp coverity fixes

Bandan Das posted 2 patches 6 years, 8 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
hw/usb/dev-mtp.c | 38 +++++++++++++++++++++++++-------------
1 file changed, 25 insertions(+), 13 deletions(-)
[Qemu-devel] [PATCH 0/2] usb-mtp coverity fixes
Posted by Bandan Das 6 years, 8 months ago
Fix some coverity issues and a few others pointed out by Peter

Bandan Das (2):
  usb-mtp: return incomplete transfer on a lstat failure
  usb-mtp: fix some usb_mtp_write_data return paths

 hw/usb/dev-mtp.c | 38 +++++++++++++++++++++++++-------------
 1 file changed, 25 insertions(+), 13 deletions(-)

-- 
2.19.2


Re: [Qemu-devel] [PATCH 0/2] usb-mtp coverity fixes
Posted by Gerd Hoffmann 6 years, 8 months ago
On Fri, Feb 22, 2019 at 05:49:32PM -0500, Bandan Das wrote:
> Fix some coverity issues and a few others pointed out by Peter
> 
> Bandan Das (2):
>   usb-mtp: return incomplete transfer on a lstat failure
>   usb-mtp: fix some usb_mtp_write_data return paths

Series needs a rebase (conflicts with Daniel's inotify patches).

cheers,
  Gerd