From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] tools: xl: handle unspecified extra= when dealing with root= Date: Wed, 11 Mar 2015 13:12:57 +0000 Message-ID: <1426079577.21353.242.camel@citrix.com> References: <1425905336-12055-1-git-send-email-ian.campbell@citrix.com> <20150309130027.GS18491@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150309130027.GS18491@zion.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: ian.jackson@eu.citrix.com, Chunyan Liu , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-03-09 at 13:00 +0000, Wei Liu wrote: > On Mon, Mar 09, 2015 at 12:48:56PM +0000, Ian Campbell wrote: > > If the cfg file includes root= but not extra= (nor cmdline=, which > > supercedes both) then the command line will end up with an extra > > "(null)" on it (at least with glibc's implementation of asprintf). > > > > Signed-off-by: Ian Campbell > > Cc: Chunyan Liu > > Acked-by: Wei Liu Applied, thanks.