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

2016-10-19 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Chas Williams > Sent: Wednesday, October 19, 2016 5:10 PM > To: dev at dpdk.org > Cc: Chas Williams <3chas3 at gmail.com> > Subject: [dpdk-dev] [PATCH] vhost: use after free > >

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

2016-10-19 Thread Chas Williams
Don't dereference freed memory. Fixes: a277c7159876 ("vhost: refactor code structure") Signed-off-by: Chas Williams <3chas3 at gmail.com> --- lib/librte_vhost/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_vhost/socket.c b/lib/librte_vhost/socket.c index