mbox

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

Message ID cover.1416310073.git.amit.shah@redhat.com
State New
Headers show

Pull-request

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

Message

Amit Shah Nov. 18, 2014, 11:29 a.m. UTC
The following changes since commit d6be29e3fb5659102ac0e48e295d177cb67e32c5:

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

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(-)

Comments

Peter Maydell Nov. 18, 2014, 1:43 p.m. UTC | #1
On 18 November 2014 11:29, Amit Shah <amit.shah@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 +0000)
>
> 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