diff options
author | 2024-08-09 14:13:40 +0200 | |
---|---|---|
committer | 2024-08-13 16:35:47 +0200 | |
commit | 940d802b24e63650e0eacad3714e2ce171cba17c (patch) | |
tree | b90fb3f365134c0bd9f3c8e23f0f22ed30fb056c /scripts/xml-preprocess.py | |
parent | target/i386: Assert MMX and XMM registers in range (diff) | |
download | qemu-940d802b24e63650e0eacad3714e2ce171cba17c.tar.xz qemu-940d802b24e63650e0eacad3714e2ce171cba17c.zip |
module: Prevent crash by resetting local_err in module_load_qom_all()
Set local_err to NULL after it has been freed in error_report_err(). This
avoids triggering assert(*errp == NULL) failure in error_setv() when
local_err is reused in the loop.
Signed-off-by: Alexander Ivanov <alexander.ivanov@virtuozzo.com>
Reviewed-by: Claudio Fontana <cfontana@suse.de>
Reviewed-by: Denis V. Lunev <den@openvz.org>
Link: https://lore.kernel.org/r/20240809121340.992049-2-alexander.ivanov@virtuozzo.com
[Do the same by moving the declaration instead. - Paolo]
Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/xml-preprocess.py')
0 files changed, 0 insertions, 0 deletions