[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 07/11] migration/multifd: Fix leaking of Error in TLS error f
|
From: |
Fabiano Rosas |
|
Subject: |
Re: [PATCH 07/11] migration/multifd: Fix leaking of Error in TLS error flow |
|
Date: |
Tue, 02 Jan 2024 16:32:29 -0300 |
Avihai Horon <avihaih@nvidia.com> writes:
> If there is an error in multifd TLS handshake task,
> multifd_tls_outgoing_handshake() retrieves the error with
> qio_task_propagate_error() but never frees it.
>
> Fix it by freeing the obtained Error.
>
> In addition, the error is not reported at all, so report it with
> migrate_set_error().
>
> Fixes: 29647140157a ("migration/tls: add support for multifd tls-handshake")
> Signed-off-by: Avihai Horon <avihaih@nvidia.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [PATCH 07/11] migration/multifd: Fix leaking of Error in TLS error flow,
Fabiano Rosas <=