summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2714.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/2714.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloademulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2714.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/2714.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2714.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2714.toml
new file mode 100644
index 00000000..78d53f8c
--- /dev/null
+++ b/gitlab/issues/target_missing/host_missing/accel_missing/2714.toml
@@ -0,0 +1,19 @@
+id = 2714
+title = "Potential memory leak in virtio-crytpto"
+state = "opened"
+created_at = "2024-12-10T02:56:00.563Z"
+closed_at = "n/a"
+labels = ["Cryptography"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2714"
+host-os = "ubuntu 20.04"
+host-arch = "x86"
+qemu-version = "1cf9bc6eba7506ab6d9de635f224259225f63466"
+guest-os = "ubuntu 20.04"
+guest-arch = "x86"
+description = """There is a potential memory leak while using virtio-crypto with vhost-user backend.
+
+The problem is due to misuse of error_setg in [backends/cryptodev-vhost-user.c#L284](https://gitlab.com/qemu-project/qemu/-/blob/master/backends/cryptodev-vhost-user.c#L284). After invoking error_setg(&local_error, ...), current procedure should not return without freeing err object pointed by local_error.
+
+The same problem occured in cryptodev-builtin, which has been discussed in #2283 and fixed in f6abce29cc4afa0445cb3b29a265a114ac9fa744. The same fixes should be applied to cryptodev-vhost-user."""
+reproduce = "n/a"
+additional = "n/a"