qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/9] Fix Coverity warning reports
@ 2014-11-15 10:06 arei.gonglei
  2014-11-15 10:06 ` [Qemu-devel] [PATCH 1/9] l2tpv3: fix fd leak arei.gonglei
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: arei.gonglei @ 2014-11-15 10:06 UTC (permalink / raw)
  To: qemu-devel
  Cc: weidong.huang, zhang.zhanghailiang, qemu-trivial, mjt,
	peter.huangpeng, Gonglei, pbonzini

From: Gonglei <arei.gonglei@huawei.com>

Those reports come from scan.coverity.com for Qemu,
which Paolo told me. There are so many defects that
I can't repair all of them. That's will be great
if more and more people to join us. :) 

Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: zhanghailiang <zhang.zhanghailiang@huawei.com>
Cc: qemu-trivial@nongnu.org

Gonglei (9):
  l2tpv3: fix fd leak
  mips_mipssim: fix use-after-free for filename
  qga: fix false negative argument passing
  loader: fix NEGATIVE_RETURNS
  nvme: remove superfluous check
  acl: fix memory leak
  qemu-char: fix MISSING_COMMA
  shpc: fix dead code
  hcd-musb: fix dereference null return value

 hw/block/nvme.c        |  3 +--
 hw/core/loader.c       | 13 +++++++++++++
 hw/mips/mips_mipssim.c |  2 +-
 hw/pci/shpc.c          |  3 ++-
 hw/usb/hcd-musb.c      |  4 ++++
 net/l2tpv3.c           |  2 +-
 qemu-char.c            |  2 +-
 qga/main.c             |  4 ++--
 util/acl.c             | 10 +++++-----
 9 files changed, 30 insertions(+), 13 deletions(-)

-- 
1.7.12.4

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2014-11-18  8:10 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-15 10:06 [Qemu-devel] [PATCH 0/9] Fix Coverity warning reports arei.gonglei
2014-11-15 10:06 ` [Qemu-devel] [PATCH 1/9] l2tpv3: fix fd leak arei.gonglei
2014-11-17 16:51   ` Stefan Hajnoczi
2014-11-17 16:58   ` Michael Tokarev
2014-11-18  7:50     ` Markus Armbruster
2014-11-18  8:07       ` Gonglei
2014-11-15 10:06 ` [Qemu-devel] [PATCH 2/9] mips_mipssim: fix use-after-free for filename arei.gonglei
2014-11-15 10:06 ` [Qemu-devel] [PATCH 3/9] qga: fix false negative argument passing arei.gonglei
2014-11-15 10:06 ` [Qemu-devel] [PATCH 4/9] loader: fix NEGATIVE_RETURNS arei.gonglei
2014-11-15 10:06 ` [Qemu-devel] [PATCH 5/9] nvme: remove superfluous check arei.gonglei
2014-11-17 16:55   ` Stefan Hajnoczi
2014-11-15 10:06 ` [Qemu-devel] [PATCH 6/9] acl: fix memory leak arei.gonglei
2014-11-17 10:48   ` Paolo Bonzini
2014-11-15 10:06 ` [Qemu-devel] [PATCH 7/9] qemu-char: fix MISSING_COMMA arei.gonglei
2014-11-15 10:06 ` [Qemu-devel] [PATCH 8/9] shpc: fix dead code arei.gonglei
2014-11-15 10:06 ` [Qemu-devel] [PATCH 9/9] hcd-musb: fix dereference null return value arei.gonglei
2014-11-17 10:58   ` Paolo Bonzini
2014-11-17 11:18     ` Gonglei
2014-11-17 12:55       ` Gonglei
2014-11-17 13:36         ` Gerd Hoffmann
2014-11-17 13:39           ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).