]> git.proxmox.com Git - mirror_qemu.git/commit
e1000e: fix incorrect access to pointer
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 15 Jul 2016 08:44:38 +0000 (10:44 +0200)
committerJason Wang <jasowang@redhat.com>
Mon, 18 Jul 2016 08:16:20 +0000 (16:16 +0800)
commit1ac6c07f4288b0a563310fad0cdabb3a47c85607
treec0a93b923adcb988bced89da1ae332866bf5cebf
parent6b92bbfe812746fe7841a24c24e6460f5359ce72
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 <pbonzini@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/e1000e_core.c