qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 1ac6c0: e1000e: fix incorrect access to point


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 1ac6c0: e1000e: fix incorrect access to pointer
Date: Tue, 19 Jul 2016 06:00:08 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 1ac6c07f4288b0a563310fad0cdabb3a47c85607
      
https://github.com/qemu/qemu/commit/1ac6c07f4288b0a563310fad0cdabb3a47c85607
  Author: Paolo Bonzini <address@hidden>
  Date:   2016-07-18 (Mon, 18 Jul 2016)

  Changed paths:
    M hw/net/e1000e_core.c

  Log Message:
  -----------
  e1000e: fix incorrect access to pointer

This is not dereferencing the pointer, and instead checking only
the value of the pointer.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Jason Wang <address@hidden>


  Commit: 2c5e564f4d8309ee0f47029ab461c4c4459f43c4
      
https://github.com/qemu/qemu/commit/2c5e564f4d8309ee0f47029ab461c4c4459f43c4
  Author: Paolo Bonzini <address@hidden>
  Date:   2016-07-18 (Mon, 18 Jul 2016)

  Changed paths:
    M net/eth.c

  Log Message:
  -----------
  net: fix incorrect access to pointer

This is not dereferencing the pointer, and instead checking only
the value of the pointer.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Jason Wang <address@hidden>


  Commit: 4555ca6816c7868323ce2f0138c83e8f9b696622
      
https://github.com/qemu/qemu/commit/4555ca6816c7868323ce2f0138c83e8f9b696622
  Author: Paolo Bonzini <address@hidden>
  Date:   2016-07-18 (Mon, 18 Jul 2016)

  Changed paths:
    M net/eth.c

  Log Message:
  -----------
  net: fix incorrect argument to iov_to_buf

Coverity reports a "suspicious sizeof" which is indeed wrong.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Jason Wang <address@hidden>


  Commit: 091a6b2acfea84c81154ce30e67689cbd731edf1
      
https://github.com/qemu/qemu/commit/091a6b2acfea84c81154ce30e67689cbd731edf1
  Author: Paolo Bonzini <address@hidden>
  Date:   2016-07-18 (Mon, 18 Jul 2016)

  Changed paths:
    M net/tap.c

  Log Message:
  -----------
  tap: fix memory leak on failure to create a multiqueue tap device

Reported by Coverity.

Signed-off-by: Paolo Bonzini <address@hidden>
Signed-off-by: Jason Wang <address@hidden>


  Commit: a77f0a09fe3b9244f923239be15f65507248b5d1
      
https://github.com/qemu/qemu/commit/a77f0a09fe3b9244f923239be15f65507248b5d1
  Author: Jiri Pirko <address@hidden>
  Date:   2016-07-18 (Mon, 18 Jul 2016)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: release Scott from being a rocker maintainer

As requested by Scott, removing him.

Signed-off-by: Scott Feldman <address@hidden>
Signed-off-by: Jiri Pirko <address@hidden>
Signed-off-by: Jason Wang <address@hidden>


  Commit: 103916cbe923f08080717942f1b5f9c4eb74aa11
      
https://github.com/qemu/qemu/commit/103916cbe923f08080717942f1b5f9c4eb74aa11
  Author: Jason Wang <address@hidden>
  Date:   2016-07-18 (Mon, 18 Jul 2016)

  Changed paths:
    M hw/net/Makefile.objs

  Log Message:
  -----------
  e1000e: fix building without CONFIG_VMXNET3_PCI

e1000e needs net_tx_pkt.o and net_rx_pkt.o too.

Cc: Dmitry Fleytman <address@hidden>
Cc: Leonid Bloch <address@hidden>
Signed-off-by: Jason Wang <address@hidden>


  Commit: d25321f210f745e428bc5c82f3dfad7a4a95a6ae
      
https://github.com/qemu/qemu/commit/d25321f210f745e428bc5c82f3dfad7a4a95a6ae
  Author: Peter Maydell <address@hidden>
  Date:   2016-07-19 (Tue, 19 Jul 2016)

  Changed paths:
    M MAINTAINERS
    M hw/net/Makefile.objs
    M hw/net/e1000e_core.c
    M net/eth.c
    M net/tap.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into 
staging

# gpg: Signature made Tue 19 Jul 2016 03:33:40 BST
# gpg:                using RSA key 0xEF04965B398D6211
# gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <address@hidden>"
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg:          It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 215D 46F4 8246 689E C77F  3562 EF04 965B 398D 6211

* remotes/jasowang/tags/net-pull-request:
  e1000e: fix building without CONFIG_VMXNET3_PCI
  MAINTAINERS: release Scott from being a rocker maintainer
  tap: fix memory leak on failure to create a multiqueue tap device
  net: fix incorrect argument to iov_to_buf
  net: fix incorrect access to pointer
  e1000e: fix incorrect access to pointer

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/ad31cd4c6945...d25321f210f7

reply via email to

[Prev in Thread] Current Thread [Next in Thread]