summaryrefslogtreecommitdiffstats
path: root/target-ppc/kvm_ppc.h
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2015-09-15 21:34:20 +0200
committerDavid Gibson <david@gibson.dropbear.id.au>2015-09-23 10:51:11 +1000
commitef001f069e0f175a036929782c5c63053df9569a (patch)
tree2bf211642512ebec996b2cc8c4dad7e6b786552e /target-ppc/kvm_ppc.h
parent20bb648dca6d7fe8cdd1941194e7851950b25dc5 (diff)
downloadhqemu-ef001f069e0f175a036929782c5c63053df9569a.zip
hqemu-ef001f069e0f175a036929782c5c63053df9569a.tar.gz
ppc/spapr: Fix buffer overflow in spapr_populate_drconf_memory()
The buffer that is allocated in spapr_populate_drconf_memory() is used for setting both, the "ibm,dynamic-memory" and the "ibm,associativity-lookup-arrays" property. However, only the size of the first one is taken into account when allocating the memory. So if the length of the second property is larger than the length of the first one, we run into a buffer overflow here! Fix it by taking the length of the second property into account, too. Fixes: "spapr: Support ibm,dynamic-reconfiguration-memory" patch Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'target-ppc/kvm_ppc.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud