mbox

[PULL] virtio-serial: crash fix

Message ID 20141107050022.GF20871@grmbl.mre
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git tags/vser-2.2.0-queue-2

Message

Amit Shah Nov. 7, 2014, 5 a.m. UTC
The following changes since commit 6e76d125f244e10676b917208f2a074729820246:

  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é 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

Comments

Peter Maydell Nov. 10, 2014, 12:53 p.m. UTC | #1
On 7 November 2014 05:00, Amit Shah <amit.shah@redhat.com> wrote:
> The following changes since commit 6e76d125f244e10676b917208f2a074729820246:
>
>   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é 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(-)

Applied, thanks.

-- PMM