Re: [PULL 6/9] backends/cryptodev-builtin: Fix local_error leaks

2024-04-29 Thread Richard Henderson
On 4/28/24 23:45, Michael Tokarev wrote: From: Li Zhijian via Please fix the author on this patch. r~ It seems that this error does not need to be propagated to the upper, directly output the error to avoid the leaks Closes: https://gitlab.com/qemu-project/qemu/-/issues/2283 Fixes: 2fda10

[PULL 6/9] backends/cryptodev-builtin: Fix local_error leaks

2024-04-28 Thread Michael Tokarev
From: Li Zhijian via It seems that this error does not need to be propagated to the upper, directly output the error to avoid the leaks Closes: https://gitlab.com/qemu-project/qemu/-/issues/2283 Fixes: 2fda101de07 ("virtio-crypto: Support asynchronous mode") Signed-off-by: Li Zhijian Reviewed-b