mbox

[v2,0/3] vhost: fix fd an memory leaks

Message ID 20201109112600.250779-1-maxime.coquelin@redhat.com (mailing list archive)
Headers

Message

Maxime Coquelin Nov. 9, 2020, 11:25 a.m. UTC
  This series fixes several leaks in Vhost-user requests
handling.

Thanks to Xuan Ding from Intel for reporting these
issues.

Changes in v2:
- Fix typos in commit messages. (Chenbo)
- Remove useless closing of fds inset_log_base. (Chenbo)

Maxime Coquelin (3):
  vhost: fix error path when setting memory tables
  vhost: fix fd leak in dirty logging setup
  vhost: fix fd leak in kick setup

 lib/librte_vhost/vhost_user.c | 79 ++++++++++++++++++++++-------------
 1 file changed, 50 insertions(+), 29 deletions(-)