commit | 4231c88d27d9e46e6ad6e6b7bbb6e442bcf9cd05 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 26 15:21:36 2012 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 30 09:30:53 2012 +0100 |
tree | d6c97afb6796e405da1f4afec3a51689afbd2dad | |
parent | a915f4bc977c4f3aab08a78023c1303664d1c606 [diff] |
aio: test node->deleted before calling io_flush Otherwise, there could be a case where io_flush accesses freed memory because it should not have been called. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>