Re: [PATCH 1/2] plugins: Fix resource leak in connect_socket()

2020-11-05 Thread AlexChen
On 2020/11/5 18:37, Alex Bennée wrote: > > AlexChen writes: > >> Kindly ping. > > Ahh sorry I missed these. Was there a cover letter for the series? > I forgot to send the cover letter, I will send the patch V2 with the cover letter. Thanks, Alex Chen

Re: [PATCH 1/2] plugins: Fix resource leak in connect_socket()

2020-11-05 Thread Alex Bennée
AlexChen writes: > Kindly ping. Ahh sorry I missed these. Was there a cover letter for the series? > > On 2020/10/28 21:45, AlexChen wrote: >> Close the fd when connect() fails. >> >> Reported-by: Euler Robot >> Signed-off-by: AlexChen >> --- >> contrib/plugins/lockstep.c | 1 + >> 1

Re: [PATCH 1/2] plugins: Fix resource leak in connect_socket()

2020-11-04 Thread AlexChen
Kindly ping. On 2020/10/28 21:45, AlexChen wrote: > Close the fd when connect() fails. > > Reported-by: Euler Robot > Signed-off-by: AlexChen > --- > contrib/plugins/lockstep.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/contrib/plugins/lockstep.c b/contrib/plugins/lockstep.c >

[PATCH 1/2] plugins: Fix resource leak in connect_socket()

2020-10-28 Thread AlexChen
Close the fd when connect() fails. Reported-by: Euler Robot Signed-off-by: AlexChen --- contrib/plugins/lockstep.c | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/plugins/lockstep.c b/contrib/plugins/lockstep.c index a696673dff..319bd44b83 100644 --- a/contrib/plugins/lockstep.c