[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] (no subject)
<ian.jackson@xxxxxxxxxxxxx> Bcc: Subject: Re: [PATCH] libxc: fix segfault on uninitialized xch->fmem Reply-To: In-Reply-To: <20170404101507.lohlu5rbx4jq5md2@xxxxxxxxxx> On Tue, Apr 04, 2017 at 11:15:07AM +0100, Wei Liu wrote: > Since there are a few handles in xch, it would be better to initialise > them all at once by doing: > > struct xc_interface_core xch_buf = { 0 } > > > xch->flags = open_flags; > > xch->dombuild_logger_file = 0; > > xc_clear_last_error(xch); > > -- > > 2.11.0 > > Hi, thanks for the reply. Literally 10 minutes after sending this, I thought that a bzero would be better. Will send a V2 shortly. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |