From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50594) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrisq-0005Lh-B2 for qemu-devel@nongnu.org; Fri, 21 Nov 2014 02:44:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xrisk-0006yI-2A for qemu-devel@nongnu.org; Fri, 21 Nov 2014 02:44:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xrisj-0006y6-QT for qemu-devel@nongnu.org; Fri, 21 Nov 2014 02:43:54 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAL7hrVT004499 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 21 Nov 2014 02:43:53 -0500 Message-ID: <1416555830.29248.5.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 21 Nov 2014 08:43:50 +0100 In-Reply-To: <1416535149-18376-1-git-send-email-famz@redhat.com> References: <1416535149-18376-1-git-send-email-famz@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] gtk: Don't crash if -nodefaults List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org On Fr, 2014-11-21 at 09:59 +0800, Fam Zheng wrote: > This fixes a crash by just skipping the vte resize hack if cur is > NULL. Picked up for 2.2. thanks, Gerd