| Reported on: | 20230711 |
|---|---|
| Published on: | 20230720 |
| Fixed on: | 20230720 |
| Reported by: | Han Han |
|---|---|
| Patched by: | Peter Krempa |
Refactor of locking in 'virStoragePoolObjListSearch' caused the callers to access storage pool objects without holding a corresponding lock. In cases when the object would be at the same time modified by another thread this could lead to a crash.
Unprivileged users using the read-only connection may crash the libvirt daemon.
None