Re: [dpdk-dev] [PATCH v4 0/3] vhost: fix fd an memory leaks

2020-11-13 Thread Maxime Coquelin
On 11/12/20 6:10 PM, Maxime Coquelin wrote: > This series fixes several leaks in Vhost-user requests > handling. > > Thanks to Xuan Ding from Intel for reporting these > issues. > > Changes in v4: > - Fix wrong return value in set_mem_table (Xueming) > > Changes in v3: > - Remove the right cl

[dpdk-dev] [PATCH v4 0/3] vhost: fix fd an memory leaks

2020-11-12 Thread Maxime Coquelin
This series fixes several leaks in Vhost-user requests handling. Thanks to Xuan Ding from Intel for reporting these issues. Changes in v4: - Fix wrong return value in set_mem_table (Xueming) Changes in v3: - Remove the right closing of fds. (Chenbo) Changes in v2: - Fix typos in commit messages.