From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eosJX-00040g-Di for qemu-devel@nongnu.org; Thu, 22 Feb 2018 09:57:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eosJR-0001As-U2 for qemu-devel@nongnu.org; Thu, 22 Feb 2018 09:57:39 -0500 Date: Thu, 22 Feb 2018 15:57:21 +0100 From: Kevin Wolf Message-ID: <20180222145721.GJ4147@localhost.localdomain> References: <20180205151835.20812-1-mreitz@redhat.com> <20180205151835.20812-7-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180205151835.20812-7-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v8 06/26] block: Make path_combine() return the path List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, Alberto Garcia Am 05.02.2018 um 16:18 hat Max Reitz geschrieben: > Besides being safe for arbitrary path lengths, after some follow-up > patches all callers will want a freshly allocated buffer anyway. > > In the meantime, path_combine_deprecated() is added which has the same > interface as path_combine() had before this patch. All callers to that > function will be converted in follow-up patches. > > Signed-off-by: Max Reitz > Reviewed-by: Alberto Garcia Reviewed-by: Kevin Wolf