From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmbf2-0001TL-SY for qemu-devel@nongnu.org; Fri, 07 Nov 2014 00:00:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xmbew-0004SF-OX for qemu-devel@nongnu.org; Fri, 07 Nov 2014 00:00:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38809) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xmbew-0004SB-Hf for qemu-devel@nongnu.org; Fri, 07 Nov 2014 00:00:30 -0500 Date: Fri, 7 Nov 2014 10:30:22 +0530 From: Amit Shah Message-ID: <20141107050022.GF20871@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL] virtio-serial: crash fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Peter Maydell The following changes since commit 6e76d125f244e10676b917208f2a0747298202= 46: Update version for v2.2.0-rc0 release (2014-11-05 15:21:04 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/vser= -2.2.0-queue-2 for you to fetch changes up to 7eb7311427a6e2a9e080c1224f86a897f077282f: virtio-serial: avoid crash when port has no name (2014-11-07 10:27:11 += 0530) ---------------------------------------------------------------- Fixes a crash when a virtio-serial port is added without a name to it. ---------------------------------------------------------------- Marc-Andr=E9 Lureau (1): virtio-serial: avoid crash when port has no name hw/char/virtio-serial-bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Amit