Re: [dpdk-dev] [PATCH 3/3] vhost: fix possible out of bound access

2018-10-31 Thread Maxime Coquelin
On 10/28/18 2:08 AM, Ferruh Yigit wrote: Fixes: d7280c9fffcb ("vhost: support selective datapath") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- lib/librte_vhost/vdpa.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/librte_vhost/vdpa.c b/lib/librte_vhost/vdpa.c index c2c

[dpdk-dev] [PATCH 3/3] vhost: fix possible out of bound access

2018-10-27 Thread Ferruh Yigit
Fixes: d7280c9fffcb ("vhost: support selective datapath") Cc: sta...@dpdk.org Signed-off-by: Ferruh Yigit --- lib/librte_vhost/vdpa.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/librte_vhost/vdpa.c b/lib/librte_vhost/vdpa.c index c2c5dff1d..e7d849ee0 100644 --- a/lib/librte_vhost/