[Qemu-devel] [PULL] migration: fix for CVE-2014-7840

2014-11-18 Thread Amit Shah
The following changes since commit d6be29e3fb5659102ac0e48e295d177cb67e32c5:

  target-arm: handle address translations that start at level 3 (2014-11-17 
19:30:28 +)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/for-2.2

for you to fetch changes up to 0be839a2701369f669532ea5884c15bead1c6e08:

  migration: fix parameter validation on ram load (2014-11-18 16:49:44 +0530)


Fix for CVE-2014-7840, avoiding arbitrary qemu memory overwrite for
migration by Michael S. Tsirkin.


Michael S. Tsirkin (1):
  migration: fix parameter validation on ram load

 arch_init.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.1.0




Re: [Qemu-devel] [PULL] migration: fix for CVE-2014-7840

2014-11-18 Thread Peter Maydell
On 18 November 2014 11:29, Amit Shah amit.s...@redhat.com wrote:
 The following changes since commit d6be29e3fb5659102ac0e48e295d177cb67e32c5:

   target-arm: handle address translations that start at level 3 (2014-11-17 
 19:30:28 +)

 are available in the git repository at:

   git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git tags/for-2.2

 for you to fetch changes up to 0be839a2701369f669532ea5884c15bead1c6e08:

   migration: fix parameter validation on ram load (2014-11-18 16:49:44 +0530)

 
 Fix for CVE-2014-7840, avoiding arbitrary qemu memory overwrite for
 migration by Michael S. Tsirkin.

 

Applied, thanks.

-- PMM