Re: [Qemu-devel] [PATCH] e1000e: fix incorrect access to pointer

2016-07-17 Thread Jason Wang
On 2016年07月15日 16:44, Paolo Bonzini wrote: This is not dereferencing the pointer, and instead checking only the value of the pointer. Signed-off-by: Paolo Bonzini --- hw/net/e1000e_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/net/e1000e_core.c b/hw/net/

[Qemu-devel] [PATCH] e1000e: fix incorrect access to pointer

2016-07-15 Thread Paolo Bonzini
This is not dereferencing the pointer, and instead checking only the value of the pointer. Signed-off-by: Paolo Bonzini --- hw/net/e1000e_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/net/e1000e_core.c b/hw/net/e1000e_core.c index 6050d8b..badb1fe 100644 --- a