qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/12] Coverity fixes for 2.2.0-rc2
Date: Mon, 17 Nov 2014 18:08:07 +0100	[thread overview]
Message-ID: <1416244099-7217-1-git-send-email-pbonzini@redhat.com> (raw)

The following changes since commit c52e67924fbdadfa00668248f5c075542943c54c:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2014-11-13 15:44:16 +0000)

are available in the git repository at:


  git://github.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to a9be76576e375a994bbcea0a5eb2a3852969de0e:

  hcd-musb: fix dereference null return value (2014-11-17 18:02:31 +0100)

----------------------------------------------------------------
A smattering of fixes for problems that Coverity reported.

----------------------------------------------------------------
Gonglei (8):
      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 error propaagation

Paolo Bonzini (1):
      hcd-musb: fix dereference null return value

zhanghailiang (3):
      libcacard: fix resource leak
      l2tpv3: fix possible double free
      target-cris/translate.c: fix out of bounds read

 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       |  8 ++++++--
 libcacard/vscclient.c   |  7 ++++++-
 net/l2tpv3.c            |  5 ++---
 qemu-char.c             |  2 +-
 qga/main.c              |  4 ++--
 target-cris/translate.c |  8 ++------
 util/acl.c              | 10 +++++-----
 11 files changed, 41 insertions(+), 24 deletions(-)
-- 
1.8.3.1

             reply	other threads:[~2014-11-17 17:08 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-17 17:08 Paolo Bonzini [this message]
2014-11-17 17:08 ` [Qemu-devel] [PULL 01/12] libcacard: fix resource leak Paolo Bonzini
2014-11-17 17:08 ` [Qemu-devel] [PULL 02/12] l2tpv3: fix possible double free Paolo Bonzini
2014-11-17 17:08 ` [Qemu-devel] [PULL 03/12] l2tpv3: fix fd leak Paolo Bonzini
2014-11-17 17:08 ` [Qemu-devel] [PULL 04/12] mips_mipssim: fix use-after-free for filename Paolo Bonzini
2014-11-17 17:08 ` [Qemu-devel] [PULL 05/12] qga: fix false negative argument passing Paolo Bonzini
2014-11-17 17:08 ` [Qemu-devel] [PULL 06/12] loader: fix NEGATIVE_RETURNS Paolo Bonzini
2014-11-17 17:08 ` [Qemu-devel] [PULL 07/12] nvme: remove superfluous check Paolo Bonzini
2014-11-17 17:08 ` [Qemu-devel] [PULL 08/12] acl: fix memory leak Paolo Bonzini
2014-11-17 17:08 ` [Qemu-devel] [PULL 09/12] qemu-char: fix MISSING_COMMA Paolo Bonzini
2014-11-17 17:08 ` [Qemu-devel] [PULL 10/12] shpc: fix error propaagation Paolo Bonzini
2014-11-17 17:08 ` [Qemu-devel] [PULL 11/12] target-cris/translate.c: fix out of bounds read Paolo Bonzini
2014-11-17 17:08 ` [Qemu-devel] [PULL 12/12] hcd-musb: fix dereference null return value Paolo Bonzini
2014-11-17 19:29 ` [Qemu-devel] [PULL 00/12] Coverity fixes for 2.2.0-rc2 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1416244099-7217-1-git-send-email-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).