[PATCH 0/2] ch_monitor: Two simple improvements

Michal Privoznik posted 2 patches 1 week, 2 days ago
src/ch/ch_monitor.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
[PATCH 0/2] ch_monitor: Two simple improvements
Posted by Michal Privoznik 1 week, 2 days ago
I've noticed these why reviewing some other CH patches on the list.

Michal Prívozník (2):
  ch_monitor: Avoid possible double free in virCHMonitorClose()
  ch_monitor: Report OS error when removing socket fails

 src/ch/ch_monitor.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
2.45.2
Re: [PATCH 0/2] ch_monitor: Two simple improvements
Posted by Ján Tomko 1 week, 2 days ago
On a Monday in 2024, Michal Privoznik wrote:
>I've noticed these why reviewing some other CH patches on the list.
>
>Michal Prívozník (2):
>  ch_monitor: Avoid possible double free in virCHMonitorClose()
>  ch_monitor: Report OS error when removing socket fails
>
> src/ch/ch_monitor.c | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano