From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42040) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG9Ep-0005ly-St for qemu-devel@nongnu.org; Tue, 27 Jan 2015 11:43:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YG9Ep-0003kZ-2j for qemu-devel@nongnu.org; Tue, 27 Jan 2015 11:43:39 -0500 Sender: Paolo Bonzini Message-ID: <54C7C02E.40701@redhat.com> Date: Tue, 27 Jan 2015 17:43:26 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1422375232-29283-1-git-send-email-armbru@redhat.com> In-Reply-To: <1422375232-29283-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] util/uri: Cleanups and a bug fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org On 27/01/2015 17:13, Markus Armbruster wrote: > Note: checkpatch is unhappy with the first patch, because I refrained > from cleaning up the ugly return(NULL). They're all over the place. > > Markus Armbruster (3): > util/uri: uri_new() can't fail, drop dead error handling > util/uri: realloc2n() can't fail, drop dead error handling > util/uri: URI member path can be null, compare more carfully > > util/uri.c | 61 +++++++++++++------------------------------------------------ > 1 file changed, 13 insertions(+), 48 deletions(-) > Patches 1-2 okay. For patch 3 a very similar patch was posted yesterday. Paolo