commit | ac95190ea92f7625bb0065c2864321607b95c26b | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 11 15:21:04 2015 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 11 21:48:44 2015 +0100 |
tree | 80e1901692ef514cb738a2ec048feaf914b7674d | |
parent | a464982499b2f637f6699e3d03e0a9d2e0b5288b [diff] |
memory: keep the owner of the AddressSpace alive until do_address_space_destroy This fixes a use-after-free if do_address_space_destroy is executed too late. Reviewed-by: Michael Roth <mdroth@linux.vnet.ibm.com> Tested-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>