qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 8c6c04: vmxnet3: validate interrupt indices c


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 8c6c04: vmxnet3: validate interrupt indices coming from gu...
Date: Mon, 14 Apr 2014 04:30:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 8c6c0478996e8f77374e69b6df68655b0b4ba689
      
https://github.com/qemu/qemu/commit/8c6c0478996e8f77374e69b6df68655b0b4ba689
  Author: Dmitry Fleytman <address@hidden>
  Date:   2014-04-14 (Mon, 14 Apr 2014)

  Changed paths:
    M hw/net/vmxnet3.c

  Log Message:
  -----------
  vmxnet3: validate interrupt indices coming from guest

CVE-2013-4544

Signed-off-by: Dmitry Fleytman <address@hidden>
Reported-by: Michael S. Tsirkin <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>


  Commit: 9878d173f574df74bde0ff50b2f81009fbee81bb
      
https://github.com/qemu/qemu/commit/9878d173f574df74bde0ff50b2f81009fbee81bb
  Author: Dmitry Fleytman <address@hidden>
  Date:   2014-04-14 (Mon, 14 Apr 2014)

  Changed paths:
    M hw/net/vmxnet3.c

  Log Message:
  -----------
  vmxnet3: validate queues configuration coming from guest

CVE-2013-4544

Signed-off-by: Dmitry Fleytman <address@hidden>
Reported-by: Michael S. Tsirkin <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>


  Commit: 3c99afc779c2c78718a565ad8c5e98de7c2c7484
      
https://github.com/qemu/qemu/commit/3c99afc779c2c78718a565ad8c5e98de7c2c7484
  Author: Dmitry Fleytman <address@hidden>
  Date:   2014-04-14 (Mon, 14 Apr 2014)

  Changed paths:
    M hw/net/vmxnet3.c

  Log Message:
  -----------
  vmxnet3: validate interrupt indices read on migration

CVE-2013-4544

Signed-off-by: Dmitry Fleytman <address@hidden>
Reported-by: Michael S. Tsirkin <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>


  Commit: f12d048a523780dbda702027d4a91b62af1a08d7
      
https://github.com/qemu/qemu/commit/f12d048a523780dbda702027d4a91b62af1a08d7
  Author: Dmitry Fleytman <address@hidden>
  Date:   2014-04-14 (Mon, 14 Apr 2014)

  Changed paths:
    M hw/net/vmxnet3.c

  Log Message:
  -----------
  vmxnet3: validate queues configuration read on migration

CVE-2013-4544

Signed-off-by: Dmitry Fleytman <address@hidden>
Reported-by: Michael S. Tsirkin <address@hidden>
Signed-off-by: Michael S. Tsirkin <address@hidden>
Reviewed-by: Dr. David Alan Gilbert <address@hidden>
Message-id: address@hidden
Signed-off-by: Peter Maydell <address@hidden>


  Commit: 590e5dd98fcc926cc3b63aad35aed79235ca4c2a
      
https://github.com/qemu/qemu/commit/590e5dd98fcc926cc3b63aad35aed79235ca4c2a
  Author: Peter Maydell <address@hidden>
  Date:   2014-04-14 (Mon, 14 Apr 2014)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Make stack-protector test check both compile and link

Since we use the -fstack-protector argument at both compile and
link time in the build, we must check that it works with both
a compile and a link:
 * MacOSX only fails in the compile step, not linking
 * some gcc cross environments only fail at the link stage (if they
   require a libssp and it's not present for some reason)

Signed-off-by: Peter Maydell <address@hidden>
Message-id: address@hidden
Tested-by: Alexey Kardashevskiy <address@hidden>


Compare: https://github.com/qemu/qemu/compare/92b3eeadd9bc...590e5dd98fcc

reply via email to

[Prev in Thread] Current Thread [Next in Thread]