From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMuhA-0002bF-19 for qemu-devel@nongnu.org; Thu, 28 Aug 2014 04:04:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMuh3-0001yb-SU for qemu-devel@nongnu.org; Thu, 28 Aug 2014 04:04:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMuh3-0001yJ-Kn for qemu-devel@nongnu.org; Thu, 28 Aug 2014 04:04:29 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7S84RIQ003878 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 28 Aug 2014 04:04:27 -0400 From: "Richard W.M. Jones" Date: Thu, 28 Aug 2014 09:04:20 +0100 Message-Id: <1409213061-15562-1-git-send-email-rjones@redhat.com> Subject: [Qemu-devel] [PATCH v2] curl: Don't deref NULL pointer in call to aio_poll. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, famz@redhat.com, stefanha@redhat.com No change in the patch itself since v1. However I have added a longer explanation to the commit message. Rich.