From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVyBa-0002bI-0Y for qemu-devel@nongnu.org; Thu, 12 Mar 2015 04:09:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVyBV-0003Lg-68 for qemu-devel@nongnu.org; Thu, 12 Mar 2015 04:09:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVyBU-0003La-Uy for qemu-devel@nongnu.org; Thu, 12 Mar 2015 04:09:37 -0400 Message-ID: <1426147771.1722.12.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 12 Mar 2015 09:09:31 +0100 In-Reply-To: <1426145625-11320-1-git-send-email-arei.gonglei@huawei.com> References: <1426145625-11320-1-git-send-email-arei.gonglei@huawei.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2] vnc: fix segmentation fault when invalid vnc parameters are specified List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: arei.gonglei@huawei.com Cc: mjt@tls.msk.ru, qemu-devel@nongnu.org On Do, 2015-03-12 at 15:33 +0800, arei.gonglei@huawei.com wrote: > From: Gonglei > > Reproducer: > #./qemu-system-x86_64 -vnc :0,ip > qemu-system-x86_64: -vnc :1,ip: Invalid parameter 'ip' > Segmentation fault (core dumped) Added to vnc patch queue. thanks, Gerd