From 1fb5ee08312b33b6f3ab2441773fcf061c0328d6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Mon, 4 Oct 2021 20:25:56 +0000 Subject: [PATCH] import slapi-nis-0.56.6-4.module+el8.5.0+12583+bf7ffcf6 --- SOURCES/slapi-nis-bz1967906.patch | 27 +++++++++++++++++++++++++++ SPECS/slapi-nis.spec | 7 ++++++- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 SOURCES/slapi-nis-bz1967906.patch diff --git a/SOURCES/slapi-nis-bz1967906.patch b/SOURCES/slapi-nis-bz1967906.patch new file mode 100644 index 0000000..af220f9 --- /dev/null +++ b/SOURCES/slapi-nis-bz1967906.patch @@ -0,0 +1,27 @@ +From 02a9cb46ece79d6205a847e6941a772febe47cff Mon Sep 17 00:00:00 2001 +From: Viktor Ashirov +Date: Thu, 5 Aug 2021 16:04:49 +0200 +Subject: [PATCH] back-sch: fix memory leak in backend_search_cb() + +Resolves: rhbz#1967906 + +Signed-off-by: Viktor Ashirov +--- + src/back-sch.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/back-sch.c b/src/back-sch.c +index 0ed06fb..172d619 100644 +--- a/src/back-sch.c ++++ b/src/back-sch.c +@@ -1793,6 +1793,7 @@ backend_search_cb(Slapi_PBlock *pb) + slapi_ch_free_string(&target); + if (cbdata.answer == FALSE) { + /* None of the configured trees in the sets matched the target at all, ignore search */ ++ slapi_sdn_free(&cbdata.target_dn); + return 0; + } + } +-- +2.31.1 + diff --git a/SPECS/slapi-nis.spec b/SPECS/slapi-nis.spec index c0aff9a..70d8719 100644 --- a/SPECS/slapi-nis.spec +++ b/SPECS/slapi-nis.spec @@ -11,7 +11,7 @@ Name: slapi-nis Version: 0.56.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: NIS Server and Schema Compatibility plugins for Directory Server Group: System Environment/Daemons License: GPLv2 @@ -21,6 +21,7 @@ Source1: https://releases.pagure.org/slapi-nis/slapi-nis-%{version}.tar.gz.asc Patch1: cve-2021-3480-fix.patch Patch2: slapi-nis-bz1978189.patch Patch3: slapi-nis-bz1958909.patch +Patch4: slapi-nis-bz1967906.patch BuildRequires: autoconf BuildRequires: automake @@ -62,6 +63,7 @@ for attributes from multiple entries in the tree. %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build autoconf --force @@ -90,6 +92,9 @@ make check %{_sbindir}/nisserver-plugin-defs %changelog +* Mon Sep 13 2021 Alexander Bokovoy - 0.56.6-4 +- Resolves: rhbz#1967906 - fix memory leak in backend_search_cb + * Thu Jul 01 2021 Alexander Bokovoy - 0.56.6-3 - Resolves: rhbz#1958909 - fix regression for scoped searches in compat tree - Resolves: rhbz#1978189 - better handle error response from libsss_nss_idmap