mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
This catches objects initializing beyond allocated memory, e.g., when subtypes get extended with instance state of their own. Suggested-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Andreas Färber <afaerber@suse.de>