OSDN Git Service

qemu-char: avoid potential double-free
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 23 Feb 2016 18:10:51 +0000 (19:10 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 11 Mar 2016 14:59:12 +0000 (16:59 +0200)
commit869a58af86d5bb2533908dc53cc28de6e85edf38
tree29e0da4c2aaca91d9ca81e902e68e5d46313719e
parentb7fcb3603cd9e44d643636ad797e66f2ea9096da
qemu-char: avoid potential double-free

If tcp_set_msgfds() is called several time with NULL fds, this
could lead to double-free.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
qemu-char.c