[dpdk-dev] [PATCH] vhost: fix use after free issue

2016-10-21 Thread Yuanhan Liu
On Tue, Oct 18, 2016 at 10:38:06PM +0800, Yuanhan Liu wrote: > Fix the coverity USE_AFTER_FREE issue. > > Fixes: a277c7159876 ("vhost: refactor code structure") > Coverity issue: 137884 > > Reported-by: John McNamara > Signed-off-by: Yuanhan Liu Applied to dpdk-next-virtio. --yliu > -

[dpdk-dev] [PATCH] vhost: fix use after free issue

2016-10-18 Thread Yuanhan Liu
Fix the coverity USE_AFTER_FREE issue. Fixes: a277c7159876 ("vhost: refactor code structure") Coverity issue: 137884 Reported-by: John McNamara Signed-off-by: Yuanhan Liu --- lib/librte_vhost/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_vhost/socket.c