diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-03 19:39:53 +0200 |
| commit | dee4dcba78baf712cab403d47d9db319ab7f95d6 (patch) | |
| tree | 418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/108/other/2714 | |
| parent | 4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff) | |
| download | emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip | |
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/other/2714')
| -rw-r--r-- | results/classifier/zero-shot/108/other/2714 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/2714 b/results/classifier/zero-shot/108/other/2714 new file mode 100644 index 00000000..b1f36d2a --- /dev/null +++ b/results/classifier/zero-shot/108/other/2714 @@ -0,0 +1,22 @@ +device: 0.838 +graphic: 0.790 +network: 0.765 +files: 0.700 +other: 0.677 +vnc: 0.634 +socket: 0.610 +PID: 0.547 +debug: 0.473 +semantic: 0.431 +boot: 0.425 +permissions: 0.405 +performance: 0.223 +KVM: 0.070 + +Potential memory leak in virtio-crytpto +Description of problem: +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. |
