Skip to content
Commit 4b519b9f authored by Paolo Bonzini's avatar Paolo Bonzini Committed by Michael Roth
Browse files

curl: never invoke callbacks with s->mutex held



All curl callbacks go through curl_multi_do, and hence are called with
s->mutex held.  Note that with comments, and make curl_read_cb drop the
lock before invoking the callback.

Likewise for curl_find_buf, where the callback can be invoked by the
caller.

Cc: qemu-stable@nongnu.org
Reviewed-by: default avatarJeff Cody <jcody@redhat.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
Reviewed-by: default avatarMax Reitz <mreitz@redhat.com>
Message-id: 20170515100059.15795-3-pbonzini@redhat.com
Signed-off-by: default avatarJeff Cody <jcody@redhat.com>
(cherry picked from commit 34db05e7)
Signed-off-by: default avatarMichael Roth <mdroth@linux.vnet.ibm.com>
parent f00c08cb
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment