From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI82T-0001XB-IK for qemu-devel@nongnu.org; Thu, 23 Jul 2015 00:23:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZI82Q-0001Op-Cf for qemu-devel@nongnu.org; Thu, 23 Jul 2015 00:23:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI82Q-0001Ok-7v for qemu-devel@nongnu.org; Thu, 23 Jul 2015 00:23:18 -0400 Date: Thu, 23 Jul 2015 09:52:49 +0530 From: Amit Shah Message-ID: <20150723042249.GC11699@grmbl.mre> References: <1437556133-11268-1-git-send-email-arei.gonglei@huawei.com> <20150722091952.GC12010@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150722091952.GC12010@redhat.com> Subject: Re: [Qemu-devel] [PATCH for-2.4] vnc: fix memory leak List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" , Peter Maydell Cc: arei.gonglei@huawei.com, qemu-devel@nongnu.org, kraxel@redhat.com On (Wed) 22 Jul 2015 [10:19:52], Daniel P. Berrange wrote: > On Wed, Jul 22, 2015 at 05:08:53PM +0800, arei.gonglei@huawei.com wrote: > > From: Gonglei > > > > If vnc's password is configured, it will leak memory > > which cipher variable pointed on every vnc connection. > > > > Cc: Daniel P. Berrange > > Signed-off-by: Gonglei > > Reviewed-by: Daniel P. Berrange Since Gerd is away, Peter, can you pick this up directly? Amit