commit | 637f7a6a01e09bc39f7b3a24257a9cd6ea396ca0 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Jan 09 13:59:50 2012 +0200 |
committer | Avi Kivity <avi@redhat.com> | Mon Jan 09 13:59:50 2012 +0200 |
tree | dee4bbeb6cc64db9d622542587363ea84af23321 | |
parent | d743c382861eaa1e13f503b05aba5a382a7e7f7c [diff] |
vhost: fix mem_sections memory corruption A memset() used to delete an entry in an array did not take into account the array element's size. Signed-off-by: Avi Kivity <avi@redhat.com> Acked-by: Michael S. Tsirkin <mst@redhat.com>