[PATCH 0/2] migration: Fix possible access out of bounds

Fabiano Rosas posted 2 patches 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250715124552.28038-1-farosas@suse.de
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>
There is a newer version of this series
include/qemu/cutils.h          |  1 +
migration/migration-hmp-cmds.c | 19 ++-----------------
util/cutils.c                  | 13 +++++++++++++
3 files changed, 16 insertions(+), 17 deletions(-)
[PATCH 0/2] migration: Fix possible access out of bounds
Posted by Fabiano Rosas 4 months ago
Fix the issue detected by Coverity in format_time_str() and move
the function into the generic utils as suggested.

Fabiano Rosas (2):
  migration: Fix postcopy latency distribution formatting computation
  cutils: Add time_us_to_str

 include/qemu/cutils.h          |  1 +
 migration/migration-hmp-cmds.c | 19 ++-----------------
 util/cutils.c                  | 13 +++++++++++++
 3 files changed, 16 insertions(+), 17 deletions(-)

-- 
2.35.3