From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO53W-0007HX-NM for qemu-devel@nongnu.org; Wed, 09 Nov 2011 05:07:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RO53V-0004Ba-8s for qemu-devel@nongnu.org; Wed, 09 Nov 2011 05:06:54 -0500 Date: Wed, 9 Nov 2011 10:06:49 +0000 From: Stefan Hajnoczi Message-ID: <20111109100649.GA4659@stefanha-thinkpad.localdomain> References: <1320762379-9276-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1320762379-9276-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH v3] ui/vnc: Convert sasl.mechlist to g_malloc() & friends List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Tue, Nov 08, 2011 at 03:26:19PM +0100, Markus Armbruster wrote: > Fixes protocol_client_auth_sasl_mechname() not to crash when malloc() > fails. Spotted by Coverity. > > Signed-off-by: Markus Armbruster > --- > ui/vnc-auth-sasl.c | 19 +++++-------------- > 1 files changed, 5 insertions(+), 14 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan