summaryrefslogtreecommitdiffstats
path: root/memory_mapping.c
diff options
context:
space:
mode:
authorMichael Roth2014-04-28 15:08:17 +0200
committerJuan Quintela2014-05-05 22:15:03 +0200
commit73d963c0a75cb99c6aaa3f6f25e427aa0b35a02e (patch)
tree17b297d84df619eaf0362531c707bde6e1b45287 /memory_mapping.c
parentssi-sd: fix buffer overrun on invalid state load (diff)
downloadqemu-73d963c0a75cb99c6aaa3f6f25e427aa0b35a02e.tar.gz
qemu-73d963c0a75cb99c6aaa3f6f25e427aa0b35a02e.tar.xz
qemu-73d963c0a75cb99c6aaa3f6f25e427aa0b35a02e.zip
openpic: avoid buffer overrun on incoming migration
CVE-2013-4534 opp->nb_cpus is read from the wire and used to determine how many IRQDest elements to read into opp->dst[]. If the value exceeds the length of opp->dst[], MAX_CPU, opp->dst[] can be overrun with arbitrary data from the wire. Fix this by failing migration if the value read from the wire exceeds MAX_CPU. Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Reviewed-by: Alexander Graf <agraf@suse.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'memory_mapping.c')
0 files changed, 0 insertions, 0 deletions