Hi Peter, the following changes since commit 95d1fbabae0cd44156ac4b96d512d143ca7dfd5e:
Merge remote-tracking branch 'remotes/kraxel/tags/fixes-20200716-pull-request' into staging (2020-07-16 18:50:51 +0100) are available in the Git repository at: https://gitlab.com/huth/qemu.git tags/pull-request-2020-07-17 for you to fetch changes up to b610eba335d5c8ac7484dbb1c886b125e2dea058: gitlab-ci.yml: Add fuzzer tests (2020-07-17 10:44:23 +0200) ---------------------------------------------------------------- * Leak fixes * One fix for running with --enable-werror on macOS * Add fuzzer test to the Gitlab-CI ---------------------------------------------------------------- Alexander Bulekov (1): fuzz: Expect the cmdline in a freeable GString Li Qiang (2): qtest: bios-tables-test: fix a memory leak tests: qmp-cmd-test: fix memory leak Markus Armbruster (1): qom: Plug memory leak in "info qom-tree" Thomas Huth (2): configure: Fix for running with --enable-werror on macOS gitlab-ci.yml: Add fuzzer tests .gitlab-ci.yml | 20 +++++++++++++++++++- configure | 2 +- qom/qom-hmp-cmds.c | 6 ++++-- tests/qtest/bios-tables-test.c | 1 + tests/qtest/fuzz/fuzz.c | 13 ++++++------- tests/qtest/fuzz/fuzz.h | 6 +++--- tests/qtest/fuzz/i440fx_fuzz.c | 4 ++-- tests/qtest/fuzz/qos_fuzz.c | 6 +++--- tests/qtest/qmp-cmd-test.c | 13 +++++++++++++ 9 files changed, 52 insertions(+), 19 deletions(-)