[PATCH 0/1] module: Prevent crash by resetting local_err in module_load_qom_all()

Alexander Ivanov posted 1 patch 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240809121340.992049-1-alexander.ivanov@virtuozzo.com
util/module.c | 1 +
1 file changed, 1 insertion(+)
[PATCH 0/1] module: Prevent crash by resetting local_err in module_load_qom_all()
Posted by Alexander Ivanov 1 year, 6 months ago
After updating QEMU modules previously executed QEMU processes crash
on module loading. It happens because error_setg() calls with a not NULL
errp argument.

There is a discussion - https://issues.redhat.com/browse/RHEL-29848

Alexander Ivanov (1):
  module: Prevent crash by resetting local_err in module_load_qom_all()

 util/module.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.43.0
Re: [PATCH 0/1] module: Prevent crash by resetting local_err in module_load_qom_all()
Posted by Paolo Bonzini 1 year, 5 months ago
Queued, thanks.

Paolo