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 <haiyue.w...@intel.com> Signed-off-by: Tiwei Bie <tiwei....@intel.com> --- lib/librte_vhost/virtio_net.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)
Applide to dpdk-next-virtio/master. Thanks, Maxime