]> www.infradead.org Git - users/dwmw2/qemu.git/commit
contrib/plugins: add compat for g_memdup2
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 29 Jul 2024 14:44:13 +0000 (15:44 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 30 Jul 2024 10:44:21 +0000 (11:44 +0100)
commit44e794896759236885f6d30d1f6b9b8b76355d52
treec594fed9372db186568de330e0c0faed557f0ba2
parentf0220d747a8b437d043d9344774cbeeb0b31be25
contrib/plugins: add compat for g_memdup2

We were premature if bumping this because some of our builds are still
on older glibs. Just copy the compat handler for now and we can remove
it later.

Fixes: ee293103b0 (plugins: update lockstep to use g_memdup2)
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/2161
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240729144414.830369-14-alex.bennee@linaro.org>
contrib/plugins/lockstep.c