Re: [PATCH 2/2] vhost: fix FD leak with inflight messages

2022-03-10 Thread David Marchand
On Thu, Mar 10, 2022 at 2:00 PM Maxime Coquelin wrote: > On 3/10/22 13:50, David Marchand wrote: > > Even if unlikely, a buggy vhost-user master might attach fds to inflight > > messages. Add checks like for other types of vhost-user messages. > > > > Fixes: d87f1a1cb7b6 ("vhost: support inflight

Re: [PATCH 2/2] vhost: fix FD leak with inflight messages

2022-03-10 Thread Maxime Coquelin
On 3/10/22 13:50, David Marchand wrote: Even if unlikely, a buggy vhost-user master might attach fds to inflight messages. Add checks like for other types of vhost-user messages. Fixes: d87f1a1cb7b6 ("vhost: support inflight info sharing") Cc: sta...@dpdk.org Signed-off-by: David Marchand -