]> www.infradead.org Git - users/dwmw2/qemu.git/commit
migration: fix use-after-free in loadvm_postcopy_handle_run_bh
authorDenis V. Lunev <den@openvz.org>
Wed, 9 Mar 2016 15:35:08 +0000 (18:35 +0300)
committerAmit Shah <amit.shah@redhat.com>
Fri, 11 Mar 2016 07:28:45 +0000 (12:58 +0530)
commit864699227911909ef1e33ecf91bf3c900715a9b1
tree2d06cf659ecf325a281e3eb004be19fa7faa0b91
parent568b01caf38a5e156c2dc58ea002daa4e2dcab20
migration: fix use-after-free in loadvm_postcopy_handle_run_bh

MigrationState is destroyed before we can come into bottom half.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
CC: Juan Quintela <quintela@redhat.com>
CC: Amit Shah <amit.shah@redhat.com>
CC: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <1457537708-8622-1-git-send-email-den@openvz.org>
Signed-off-by: Amit Shah <amit.shah@redhat.com>
migration/savevm.c