qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] curl: Don't deref NULL pointer in call to aio_poll.


From: Richard W.M. Jones
Subject: [Qemu-devel] [PATCH] curl: Don't deref NULL pointer in call to aio_poll.
Date: Wed, 27 Aug 2014 18:31:26 +0100

The original code in block/curl.c dereferences state *after* checking
that it is NULL.  That's obviously wrong, and indeed I can easily
provoke a segfault when talking to a VMware vCenter server.

I'm not as sure that this fix is the correct one, so please review it
carefully.  However it does at least fix the above segfault.

Rich.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]