summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSamuel Thibault2016-11-13 23:54:27 +0100
committerSamuel Thibault2016-11-14 17:36:33 +0100
commitea64d5f08817b5e79e17135dce516c7583107f91 (patch)
treea408d75f89b8237cbde64097a854ffc4f442922f /include
parentMerge remote-tracking branch 'bonzini/tags/for-upstream' into staging (diff)
downloadqemu-ea64d5f08817b5e79e17135dce516c7583107f91.tar.gz
qemu-ea64d5f08817b5e79e17135dce516c7583107f91.tar.xz
qemu-ea64d5f08817b5e79e17135dce516c7583107f91.zip
slirp: Fix access to freed memory
if_start() goes through the slirp->if_fastq and slirp->if_batchq list of pending messages, and accesses ifm->ifq_so->so_nqueued of its elements if ifm->ifq_so != NULL. When freeing a socket, we thus need to make sure that any pending message for this socket does not refer to the socket any more. Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Tested-by: Brian Candler <b.candler@pobox.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions