[PATCH 0/2] Fix memory corruption on exit path
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[PATCH 0/2] Fix memory corruption on exit path
- From: Consus <consus [at] ftml.net>
- To: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: [PATCH 0/2] Fix memory corruption on exit path
- Date: Sat, 29 Jun 2024 09:47:20 +0300
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`.
Consus (2):
Do not try to kill thread that was successfully joined
Do not pass invalid file descriptor to FD_ISSET()
nslcd/nslcd.c | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
--
2.45.2
- [PATCH 0/2] Fix memory corruption on exit path,
Consus