lists.arthurdejong.org
RSS feed

Re: [PATCH v2 0/2] Fix memory corruption on exit path

[Date Prev][Date Next] [Thread Prev][Thread Next]

Re: [PATCH v2 0/2] Fix memory corruption on exit path



On Sat, Jun 29, 2024, at 16:20, Arthur de Jong wrote:
> On Sat, 2024-06-29 at 09:53 +0300, Consus wrote:
> > This patch series fixes the two issues I've found running nslcd on
> > Alpine Linux 3.20 with musl libc. Both issues are easily reproducible
> > by running `pkill -TERM nslcd`.
> 
> Thanks for providing the fixes. I've merged them. I think the closing
> in the atexit handler was perviously done to also explicitly close the
> socket if nslcd exits with one of the error conditions.
> 
> Kind regards,

Thanks for such a quick response! Given that both are memory corruption bugs, 
would it be possible to cut a release sometime soon?