[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/1] module: Move local_err initialization to the loop in modu
|
From: |
Alexander Ivanov |
|
Subject: |
[PATCH v2 0/1] module: Move local_err initialization to the loop in module_load_qom_all() |
|
Date: |
Mon, 12 Aug 2024 10:57:24 +0200 |
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
Note: The commit subject was changed. Previously it was called "module:
Prevent crash by resetting local_err in module_load_qom_all()"
v2: Move local_err initialization inside the loop.
Alexander Ivanov (1):
module: Move local_err initialization to the loop in
module_load_qom_all()
util/module.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.43.0
- [PATCH v2 0/1] module: Move local_err initialization to the loop in module_load_qom_all(),
Alexander Ivanov <=