From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] tools/xenconsoled: Initialise pointers before trying to use them Date: Thu, 7 Mar 2013 16:28:28 +0100 Message-ID: <20130307152828.GA28806@aepfle.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper Cc: Ian Jackson , Wei Liu , Ian Campbell , Marcus Granado , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, Mar 07, Andrew Cooper wrote: > This is a regression introduced by > > "Switch from select() to poll() in xenconsoled's IO loop." > hg c/s 26405:7359c3122c5d > git cc5434c933153c4b8812d1df901f8915c22830a8 > > which results in reliable segfaults during VM power operations. What about switching to calloc(3), given that many members are zeroed anyway? Olaf