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

2016-07-17 Thread Jason Wang
On 2016年07月15日 16:43, Paolo Bonzini wrote: This is not dereferencing the pointer, and instead checking only the value of the pointer. Signed-off-by: Paolo Bonzini --- net/eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/eth.c b/net/eth.c index 0be59c2..df81efb

[Qemu-devel] [PATCH] net: 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 --- net/eth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/eth.c b/net/eth.c index 0be59c2..df81efb 100644 --- a/net/eth.c +++ b/net/eth.c @@ -211,7