Re: [dpdk-dev] [PATCH 2/6] vhost: fix possible out of bound access in relay helpers

2019-01-04 Thread Maxime Coquelin
On 1/4/19 5:06 AM, Tiwei Bie wrote: Fixes: b13ad2decc83 ("vhost: provide helpers for virtio ring relay") Signed-off-by: Tiwei Bie --- lib/librte_vhost/vdpa.c | 27 ++- 1 file changed, 22 insertions(+), 5 deletions(-) Reviewed-by: Maxime Coquelin Thanks, Maxime

[dpdk-dev] [PATCH 2/6] vhost: fix possible out of bound access in relay helpers

2019-01-03 Thread Tiwei Bie
Fixes: b13ad2decc83 ("vhost: provide helpers for virtio ring relay") Signed-off-by: Tiwei Bie --- lib/librte_vhost/vdpa.c | 27 ++- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/lib/librte_vhost/vdpa.c b/lib/librte_vhost/vdpa.c index 77d92f9ad..407d1c363