Re: [dpdk-dev] [PATCH] vhost: fix potential null pointer dereference

2018-06-23 Thread Maxime Coquelin
On 06/22/2018 05:53 AM, Tiwei Bie wrote: Coverity issue: 293097 Fixes: d90cf7d111ac ("vhost: support host notifier") Signed-off-by: Tiwei Bie --- lib/librte_vhost/vhost_user.c | 2 ++ 1 file changed, 2 insertions(+) Applied to dpdk-next-virtio/master. Thanks, Maxime

Re: [dpdk-dev] [PATCH] vhost: fix potential null pointer dereference

2018-06-22 Thread Maxime Coquelin
On 06/22/2018 05:53 AM, Tiwei Bie wrote: Coverity issue: 293097 Fixes: d90cf7d111ac ("vhost: support host notifier") Signed-off-by: Tiwei Bie --- lib/librte_vhost/vhost_user.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_vhost/vhost_user.c b/lib/librte_vhost/vhost_user

[dpdk-dev] [PATCH] vhost: fix potential null pointer dereference

2018-06-21 Thread Tiwei Bie
Coverity issue: 293097 Fixes: d90cf7d111ac ("vhost: support host notifier") Signed-off-by: Tiwei Bie --- lib/librte_vhost/vhost_user.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_vhost/vhost_user.c b/lib/librte_vhost/vhost_user.c index 26cfebec0..bea6a0428 100644 --- a/lib/l