On 3/5/26 8:15 AM, Peter Maydell wrote:
This patchset fixes some minor issues in the tests/tcg/plugins
code which the sanitizers detected.
Patch 1 is the one I sent earlier today, and has been reviewed.
Patches 2 and 3 are new.
thanks
-- PMM
Peter Maydell (3):
tests/tcg/plugins/mem: Don't access unaligned memory
tests/tcg/plugins/mem: Correct hash iteration code in plugin_exit()
tests/tcg/plugins/patch: Free read_data in patch_hwaddr()
tests/tcg/plugins/mem.c | 95 +++++++++++++++++----------------------
tests/tcg/plugins/patch.c | 2 +-
2 files changed, 42 insertions(+), 55 deletions(-)
Thanks Peter,
I'll pick up this in next PR.