Re: [dpdk-dev] [PATCH] vhost: fix possible out of bound access for indirect descs

2019-01-21 Thread Maxime Coquelin
On 1/21/19 9:12 AM, Tiwei Bie wrote: Fix a possible out of bound access which may happen when handling indirect descs in split ring. Fixes: 1be4ebb1c464 ("vhost: support indirect descriptor in mergeable Rx") Cc: sta...@dpdk.org Reported-by: Haiyue Wang Signed-off-by: Tiwei Bie --- lib/li

Re: [dpdk-dev] [PATCH] vhost: fix possible out of bound access for indirect descs

2019-01-21 Thread Maxime Coquelin
On 1/21/19 9:12 AM, Tiwei Bie wrote: Fix a possible out of bound access which may happen when handling indirect descs in split ring. Fixes: 1be4ebb1c464 ("vhost: support indirect descriptor in mergeable Rx") Cc: sta...@dpdk.org Reported-by: Haiyue Wang Signed-off-by: Tiwei Bie --- lib/li

[dpdk-dev] [PATCH] vhost: fix possible out of bound access for indirect descs

2019-01-21 Thread Tiwei Bie
Fix a possible out of bound access which may happen when handling indirect descs in split ring. Fixes: 1be4ebb1c464 ("vhost: support indirect descriptor in mergeable Rx") Cc: sta...@dpdk.org Reported-by: Haiyue Wang Signed-off-by: Tiwei Bie --- lib/librte_vhost/virtio_net.c | 8 ++-- 1 fil