From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YG8mA-0007L5-1N for qemu-devel@nongnu.org; Tue, 27 Jan 2015 11:14:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YG8m4-0002bJ-Ql for qemu-devel@nongnu.org; Tue, 27 Jan 2015 11:14:01 -0500 From: Markus Armbruster Date: Tue, 27 Jan 2015 17:13:49 +0100 Message-Id: <1422375232-29283-1-git-send-email-armbru@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org 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(-) -- 1.9.3