Skip to content

Commit

Permalink
vhost_user_gpu: Drop dead check for g_malloc() failure
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20210126124240.2081959-3-armbru@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
  • Loading branch information
Markus Armbruster authored and vivier committed Mar 9, 2021
1 parent 166a1cf commit f2a6fe7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/display/vhost-user-gpu.c
Expand Up @@ -325,7 +325,6 @@ vhost_user_gpu_chr_read(void *opaque)
}

msg = g_malloc(VHOST_USER_GPU_HDR_SIZE + size);
g_return_if_fail(msg != NULL);

r = qemu_chr_fe_read_all(&g->vhost_chr,
(uint8_t *)&msg->payload, size);
Expand Down

0 comments on commit f2a6fe7

Please sign in to comment.