mbox

[PULL] virtio-serial: fix segfault on NULL port names

Message ID 20150311113430.GD3532@grmbl.mre
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/vser-for-2.3-1

Message

Amit Shah March 11, 2015, 11:34 a.m. UTC
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

Comments

Peter Maydell March 11, 2015, 3:11 p.m. UTC | #1
On 11 March 2015 at 11:34, Amit Shah <amit.shah@redhat.com> wrote:
> 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.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM