From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVeuj-0007Iv-F8 for qemu-devel@nongnu.org; Wed, 11 Mar 2015 07:35:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVeuL-0002Rd-Ea for qemu-devel@nongnu.org; Wed, 11 Mar 2015 07:35:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46901) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVeuL-0002Oz-8D for qemu-devel@nongnu.org; Wed, 11 Mar 2015 07:34:37 -0400 Date: Wed, 11 Mar 2015 17:04:30 +0530 From: Amit Shah Message-ID: <20150311113430.GD3532@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] virtio-serial: fix segfault on NULL port names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu list The following changes since commit 4ba4df405c766b7f9e46ef145e140961155348e6: Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into staging (2015-03-11 08:44:59 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/vser-for-2.3-1 for you to fetch changes up to b18a755c4266a340a25ab4118525bd57c3dfc3fa: virtio-serial: fix segfault on NULL port names (2015-03-11 16:37:45 +0530) ---------------------------------------------------------------- virtio-serial: fix crash on port hotplug when a previously-added port did not have the 'name' property set. ---------------------------------------------------------------- Amit Shah (1): virtio-serial: fix segfault on NULL port names hw/char/virtio-serial-bus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Amit