-
Marc-André Lureau authored
Since commit 781f2b3d ("qga: process_event() simplification"), send_response() is called unconditionally, but will assert when "rsp" is NULL. This may happen with QCO_NO_SUCCESS_RESP commands, such as "guest-shutdown". Fixes: 781f2b3d Cc: Michael Roth <mdroth@linux.vnet.ibm.com> Reported-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com>
Signed-off-by:
Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by:
Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com>
Tested-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com>
Cc: qemu-stable@nongnu.org
Signed-off-by:
Michael Roth <mdroth@linux.vnet.ibm.com>Marc-André Lureau authoredSince commit 781f2b3d ("qga: process_event() simplification"), send_response() is called unconditionally, but will assert when "rsp" is NULL. This may happen with QCO_NO_SUCCESS_RESP commands, such as "guest-shutdown". Fixes: 781f2b3d Cc: Michael Roth <mdroth@linux.vnet.ibm.com> Reported-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com>
Signed-off-by:
Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by:
Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com>
Tested-by:
Christian Ehrhardt <christian.ehrhardt@canonical.com>
Cc: qemu-stable@nongnu.org
Signed-off-by:
Michael Roth <mdroth@linux.vnet.ibm.com>
Loading