From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPFMy-0004fD-Iv for qemu-devel@nongnu.org; Wed, 25 May 2011 10:47:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPFMw-0007ph-Nc for qemu-devel@nongnu.org; Wed, 25 May 2011 10:47:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPFMw-0007nl-Gn for qemu-devel@nongnu.org; Wed, 25 May 2011 10:47:30 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4P7gTrD006442 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 25 May 2011 03:42:29 -0400 From: Markus Armbruster References: <1305626622-12925-1-git-send-email-alevy@redhat.com> Date: Wed, 25 May 2011 09:42:27 +0200 In-Reply-To: <1305626622-12925-1-git-send-email-alevy@redhat.com> (Alon Levy's message of "Tue, 17 May 2011 13:03:42 +0300") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH] ccid-card-emulated: handle no backend (fixes segfault) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: qemu-devel@nongnu.org Alon Levy writes: > During initialization if no "backend=something" attribute is supplied > don't try to call strcmp with second argument being NULL. Reviewed-by: Markus Armbruster