mbox

[PULL,00/12] Coverity fixes for 2.2.0-rc2

Message ID 1416244099-7217-1-git-send-email-pbonzini@redhat.com
State New
Headers show

Pull-request

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

Message

Paolo Bonzini Nov. 17, 2014, 5:08 p.m. UTC
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(-)

Comments

Peter Maydell Nov. 17, 2014, 7:29 p.m. UTC | #1
On 17 November 2014 17:08, Paolo Bonzini <pbonzini@redhat.com> wrote:
> 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.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM