commit | d370c917b9d4bef71e5d994aac5547f06f4dd76f | [log] [tgz] |
---|---|---|
author | Ilya Lesokhin <ilyal@mellanox.com> | Thu Jul 14 16:50:19 2016 +0300 |
committer | Alex Williamson <alex.williamson@redhat.com> | Thu Jul 14 14:28:16 2016 -0600 |
tree | 99038bc153212fb914f3ce1987360443ac3641df | |
parent | 05f0c03fbac1819e86c9d5db4e208b68fc1b9b5e [diff] |
vfio: fix possible use after free of vfio group The vfio group should be released after the vfio_group_try_dissolve_container call. The code should not rely on someone else to hold a reference on the group. Signed-off-by: Ilya Lesokhin <ilyal@mellanox.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>