v2: - Added tags for Fabiano - Patch 1: dump the %d too along with %s [Fabiano] - Patch 2: make the error returned to the caller, with some refactoring - Added new patch 4 to fix a crash on cpr-exec when args==NULL
A small series that fixes three coverity reported issues. Please review, thanks. Peter Xu (4): migration: Fix error leak in postcopy_ram_listen_thread() migration/cpr: Fix coverity report in cpr_exec_persist_state() migration/cpr: Fix UAF in cpr_exec_cb() when execvp() fails migration/cpr: Avoid crashing QEMU when cpr-exec runs with no args include/migration/cpr.h | 4 ++-- migration/cpr-exec.c | 14 ++++++++++---- migration/cpr.c | 15 +++++++++------ migration/migration.c | 8 +++++++- migration/savevm.c | 7 ++++--- 5 files changed, 32 insertions(+), 16 deletions(-) -- 2.50.1
