Re: [dpdk-dev] [PATCH 0/6] Fix vhost security issues

2020-05-18 Thread David Marchand
On Mon, May 18, 2020 at 3:17 PM Ferruh Yigit wrote: > > From: Maxime Coquelin > > Marvin Liu (1): > vhost: fix translated address not checked > > Maxime Coquelin (3): > vhost: check log mmap offset and size overflow > vhost: fix vring index check > vhost/crypto: validate keys lengths > >

[dpdk-dev] [PATCH 0/6] Fix vhost security issues

2020-05-18 Thread Ferruh Yigit
From: Maxime Coquelin Marvin Liu (1): vhost: fix translated address not checked Maxime Coquelin (3): vhost: check log mmap offset and size overflow vhost: fix vring index check vhost/crypto: validate keys lengths Xiaolong Ye (1): vhost: fix potential memory space leak Xuan Ding (1):